Skip to content

kevinswarner/remix-turborepo-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remix - Turborepo Issue

OS: Mac Monterey 12.6 Node: 18.12.0

  1. Run "npm i" from the root of this project.
  2. Run "npm run dev" from the root of this project.
  3. Open browser to localhost:3000
  4. You should see the text Hello World
  5. Edit helloWorld function in ./packages/hello-world/src/hello-world.ts
  6. Check console. It should show that the hello world library rebuilt and the remix app rebuilt.
  7. Refresh the page at localhost:3000

The message does not update.

Notes

  • If you check the ./packages/hello-world/dist directory, it does reflect the change.
  • If you check the ./node_modules/hello-world directoty, it does reflect the change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published