We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff2022 commit a498586Copy full SHA for a498586
dev-demo/package.json
@@ -6,7 +6,7 @@
6
"type": "module",
7
"scripts": {
8
"_env:dev": "dotenvx run -f .env.local -f .env --overload --",
9
- "start": "npm run env -- tsx watch index.ts",
+ "start": "npm run _env:dev -- tsx watch index.ts",
10
"makemigration": "npm run _env:dev -- npx --yes prisma migrate dev --create-only",
11
"migrate:local": "npm run _env:dev -- npx --yes prisma migrate deploy",
12
"install-plugins": "cd ../plugins && bash install-plugins.sh",
0 commit comments