We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13487fc commit 35db5bcCopy full SHA for 35db5bc
dev-demo/package.json
@@ -19,7 +19,7 @@
19
"install-plugins": "cd ../plugins && bash install-plugins.sh",
20
"install-adapters": "cd ../adapters && bash install-adapters.sh",
21
22
- "setup-dev-demo": "cp .env.sample .env && npm run install-plugins && npm run install-adapters && npm install && bash ./run_inventory.sh && npm run migrate:sqlite && npm run migrate:mysql && npm run migrate:postgres"
+ "setup-dev-demo": "cp .env.local .env && npm run install-plugins && npm run install-adapters && npm install && bash ./run_inventory.sh && npm run migrate:sqlite && npm run migrate:mysql && npm run migrate:postgres"
23
},
24
"author": "",
25
"license": "ISC",
dev-demo/prisma/sqlite/.db.sqlite-journal
-8.52 KB
0 commit comments