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