mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: add jetboard deployment manager
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"start": "next start",
|
||||
"lint": "eslint",
|
||||
"db:seed": "tsx prisma/seed.ts",
|
||||
"db:push": "prisma db push --accept-data-loss"
|
||||
"db:push": "prisma db push --accept-data-loss",
|
||||
"admin:reset": "tsx scripts/reset-admin.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@base-ui/react": "^1.4.1",
|
||||
|
||||
Reference in New Issue
Block a user