This commit is contained in:
parent
656474f1c9
commit
778d58c402
|
|
@ -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 -x edge-runtime && 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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue