mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-03-08 03:59:49 +00:00
Fixed some build issues for now. Added info to the readme
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "next start --port 8675",
|
||||
"lint": "next lint",
|
||||
"update_db": "npx prisma generate && npx prisma db push",
|
||||
"update_db": "npx prisma generate ; npx prisma db push",
|
||||
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,scss}\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user