mirror of
https://github.com/WSA-Installer/wsa-website.git
synced 2026-07-29 11:24:39 -07:00
chore: add vercel.json and Node engine pin for Vercel deploy
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
"start": "next start",
|
||||
"lint": "eslint"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-three/drei": "^10.7.7",
|
||||
"@react-three/fiber": "^9.6.1",
|
||||
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"framework": "nextjs",
|
||||
"buildCommand": "next build",
|
||||
"installCommand": "npm install",
|
||||
"nodeVersion": "20.x",
|
||||
"git": {
|
||||
"deploymentEnabled": {
|
||||
"master": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user