Skip to content

Commit a498586

Browse files
committed
dev-demo: fix npm start
1 parent 2ff2022 commit a498586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"_env:dev": "dotenvx run -f .env.local -f .env --overload --",
9-
"start": "npm run env -- tsx watch index.ts",
9+
"start": "npm run _env:dev -- tsx watch index.ts",
1010
"makemigration": "npm run _env:dev -- npx --yes prisma migrate dev --create-only",
1111
"migrate:local": "npm run _env:dev -- npx --yes prisma migrate deploy",
1212
"install-plugins": "cd ../plugins && bash install-plugins.sh",

0 commit comments

Comments
 (0)