listen 0.0.0.0

This commit is contained in:
hailin 2025-04-15 10:32:47 +08:00
parent 39773f096e
commit 87dc5215b8
1 changed files with 1 additions and 1 deletions

View File

@ -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",