Skip to content

Commit c55c3e4

Browse files
ismoilovdevmlclaude
andcommitted
Move tsx to production dependencies for auto-admin creation
- Move tsx from devDependencies to dependencies - Required for seed.ts execution in Docker production containers - Ensures admin user auto-creation works with 'npx tsx prisma/seed.ts' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 314bffa commit c55c3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"redis": "^5.8.3",
4242
"socket.io-client": "^4.6.1",
4343
"tailwind-merge": "^3.3.1",
44+
"tsx": "^4.20.6",
4445
"use-debounce": "^10.0.6",
4546
"zustand": "^5.0.8"
4647
},
@@ -54,7 +55,6 @@
5455
"eslint-config-next": "^15.5.4",
5556
"postcss": "^8.5.6",
5657
"tailwindcss": "^3.4.18",
57-
"tsx": "^4.20.6",
5858
"typescript": "^5.9.3"
5959
},
6060
"overrides": {

0 commit comments

Comments
 (0)