This commit is contained in:
hailin 2025-05-06 12:10:41 +08:00
parent 8acd91ed21
commit 712d7d8ecc
1 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@
"chat": "supabase start -x edge-runtime && 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",
"clean": "npm run lint:fix && npm run format:write", "clean": "npm run lint:fix && npm run format:write",
"dev": "next dev -H 0.0.0.0", "dev": "next dev -H 0.0.0.0",
"build": "next build", "build": "next build",
@ -117,7 +116,6 @@
"eslint-config-next": "^14.0.2", "eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.13.0", "eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.3",
"jest": "^29.7.0", "jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0", "jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31", "postcss": "^8.4.31",