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 6323e74 commit 1ab843bCopy full SHA for 1ab843b
dev-demo/package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"type": "module",
7
"scripts": {
8
- "env": "dotenvx run -f .env.local -f .env --overload --",
+ "_env:dev": "dotenvx run -f .env.local -f .env --overload --",
9
"start": "npm run env -- 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",
0 commit comments