Skip to content

Commit 6cfb242

Browse files
committed
fix(deps): move @remix-run/dev to dependencies for Vercel
Vercel build process requires @remix-run/dev in dependencies, not devDependencies, to access config.js during build. Fixes: Error: Cannot find module '@remix-run/dev/dist/config.js'
1 parent f2a2ac4 commit 6cfb242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"@heroicons/react": "1.0.5",
3939
"@prisma/client": "^5.22.0",
4040
"@reach/auto-id": "0.16.0",
41+
"@remix-run/dev": "1.2.2",
4142
"@remix-run/react": "1.2.2",
4243
"@remix-run/vercel": "1.2.2",
4344
"@types/validator": "13.7.0",
@@ -65,7 +66,6 @@
6566
"@jackfranklin/test-data-bot": "1.4.0",
6667
"@playwright-testing-library/test": "4.5.0",
6768
"@playwright/test": "1.57.0",
68-
"@remix-run/dev": "1.2.2",
6969
"@remix-run/serve": "1.2.2",
7070
"@tailwindcss/aspect-ratio": "0.4.0",
7171
"@tailwindcss/forms": "0.4.0",

0 commit comments

Comments
 (0)