This commit is contained in:
parent
87dc5215b8
commit
c25eab3e5d
|
|
@ -3,12 +3,12 @@
|
|||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"chat": "supabase start && npm run db-types && npm run dev -H 0.0.0.0",
|
||||
"chat": "supabase start && npm run db-types && npm run dev",
|
||||
"restart": "supabase stop && npm run chat",
|
||||
"update": "git pull origin main && npm run db-migrate && npm run db-types",
|
||||
"prepare": "husky install",
|
||||
"clean": "npm run lint:fix && npm run format:write",
|
||||
"dev": "next dev",
|
||||
"dev": "next dev -H 0.0.0.0",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
|
|
|
|||
Loading…
Reference in New Issue