This commit is contained in:
hailin 2025-05-01 23:46:00 +08:00
parent 656474f1c9
commit 778d58c402
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 -x edge-runtime && 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",