listen 0.0.0.0
This commit is contained in:
parent
39773f096e
commit
87dc5215b8
|
|
@ -3,7 +3,7 @@
|
|||
"version": "2.0.0",
|
||||
"private": true,
|
||||
"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",
|
||||
"update": "git pull origin main && npm run db-migrate && npm run db-types",
|
||||
"prepare": "husky install",
|
||||
|
|
|
|||
Loading…
Reference in New Issue