listen 0.0.0.0
This commit is contained in:
parent
39773f096e
commit
87dc5215b8
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"chat": "supabase start && npm run db-types && npm run dev",
|
"chat": "supabase start && npm run db-types && npm run dev -H 0.0.0.0",
|
||||||
"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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue