turbo
turbo copied to clipboard
chore(example): upgrade Remix on kitchen sink example
This updates the kitchen sink example Remix blog app to version ^1.6.5.
I boostraped a new Remix app via npx create-remix@latest and choose the Vercel deployment target with TypeScript.
After that, I manually copied the files and made sure to still have the <CounterButton /> being rendered on the home page.
With version >=1.6.4, we can now use the watchPaths option in remix.config to watch for changes on the UI package and trigger a live reload in Remix dev server.
@ruisaraiva19 is attempting to deploy a commit to the Vercel Team on Vercel.
A member of the Team first needs to authorize it.
Resolve conflicts
Resolve conflicts
Fixed!
@ruisaraiva19 does this PR solves the issue that any changes in ui are not recognised in the Remix app on any file change (dev mode) https://github.com/vercel/turborepo/issues/1035?
@ruisaraiva19 does this PR solves the issue that any changes in
uiare not recognised in the Remix app on any file change (dev mode) #1035?
@dohomi I just pushed a commit with a patch to solve the issue on this example!
@ruisaraiva19 I see thanks for the example. I will wait until the patch is released
Looks cool, thanks for the work here! :sparkling_heart:
@dohomi I just pushed a commit updating Remix to version 1.6.5 where it has support for a watchPaths option for remix.config to watch paths other than the app folder. We don't need the patch that I did before anymore.
You can see here the specific line of configuration.
@ruisaraiva19 thanks for the work here - I can take a look at this today if this is in a good place for merge?
@tknickman it should be ready to review
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| turbo-site | ✅ Ready (Inspect) | Visit Preview | Sep 13, 2022 at 3:21PM (UTC) |
@tknickman the package-lock.json file is now removed.