This commit is contained in:
parent
8acd91ed21
commit
712d7d8ecc
|
|
@ -6,7 +6,6 @@
|
|||
"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",
|
||||
"clean": "npm run lint:fix && npm run format:write",
|
||||
"dev": "next dev -H 0.0.0.0",
|
||||
"build": "next build",
|
||||
|
|
@ -117,7 +116,6 @@
|
|||
"eslint-config-next": "^14.0.2",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-tailwindcss": "^3.13.0",
|
||||
"husky": "^8.0.3",
|
||||
"jest": "^29.7.0",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"postcss": "^8.4.31",
|
||||
|
|
|
|||
Loading…
Reference in New Issue