This commit is contained in:
hailin 2025-04-15 10:35:09 +08:00
parent 87dc5215b8
commit c25eab3e5d
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
"version": "2.0.0",
"private": true,
"scripts": {
"chat": "supabase start && npm run db-types && npm run dev -H 0.0.0.0",
"chat": "supabase start && 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",
"clean": "npm run lint:fix && npm run format:write",
"dev": "next dev",
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",