full upgrade to dev
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"dev:simple": "node scripts/dev-simple.js",
|
||||
"dev:next": "next dev",
|
||||
"db:setup": "node scripts/setup-database.js",
|
||||
"db:seed": "tsx prisma/seed.ts",
|
||||
"db:seed": "tsx -r dotenv/config prisma/seed.ts dotenv_config_path=.env.local",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "eslint .",
|
||||
|
||||
Reference in New Issue
Block a user