We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9930e commit 12197f6Copy full SHA for 12197f6
dev-demo/package.json
@@ -8,7 +8,9 @@
8
"env": "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"
+ "migrate:local": "npm run _env:dev -- npx --yes prisma migrate deploy",
12
+ "install-plugins": "cd ../plugins && bash install-plugins.sh",
13
+ "install-adapters": "cd ../adapters && bash install-adapters.sh"
14
},
15
"author": "",
16
"license": "ISC",
0 commit comments