0.3.5 共享功能修复
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"scripts": {
|
||||
"dev": "node scripts/dev-server.js",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "node scripts/prod-server.js",
|
||||
"start:next": "next start",
|
||||
"lint": "eslint",
|
||||
"test": "vitest"
|
||||
},
|
||||
@@ -45,6 +46,7 @@
|
||||
"jszip": "3.10.1",
|
||||
"lucide-react": "^0.554.0",
|
||||
"next": "16.0.3",
|
||||
"pdfjs-dist": "^4.10.38",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-dropzone": "^14.3.8",
|
||||
|
||||
Reference in New Issue
Block a user