We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449bf81 commit fdadfefCopy full SHA for fdadfef
2 files changed
vite-project/package.json
@@ -4,6 +4,7 @@
4
"version": "0.0.0",
5
"type": "module",
6
"scripts": {
7
+ "install": "npm install --legacy-peer-deps",
8
"dev": "vite",
9
"build": "tsc -b && vite build",
10
"lint": "eslint .",
vite-project/vercel.json
@@ -0,0 +1,5 @@
1
+{
2
+ "buildCommand": "npm install --legacy-peer-deps && npm run build",
3
+ "outputDirectory": "dist",
+ "framework": "vite"
+}
0 commit comments