优化CLAUDE.md;添加本地快速部署脚本;form-dialog打开后能聚焦下拉菜单
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"dev": "next dev -p 3000 --turbo",
|
||||
"dev:attach": "DEV_TERMINAL=nextdev;tmux new-session -A -s $DEV_TERMINAL\\; send-keys \"pnpm run dev\" ^M",
|
||||
"build": "next build",
|
||||
"start": "next start -p 3000",
|
||||
"start": "next start",
|
||||
"lint": "next lint && tsc --noEmit",
|
||||
"db:seed": "tsx prisma/seed.ts",
|
||||
"build:analyze": "ANALYZE=true next build"
|
||||
@@ -74,7 +74,7 @@
|
||||
"minio": "^8.0.6",
|
||||
"motion": "^12.23.22",
|
||||
"nanoid": "^5.1.6",
|
||||
"next": "~15.4.8",
|
||||
"next": "~15.4.10",
|
||||
"next-auth": "^4.24.11",
|
||||
"next-themes": "^0.4.6",
|
||||
"nuqs": "^2.6.0",
|
||||
|
||||
Reference in New Issue
Block a user