mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 18:43:31 +01:00
chore: update engine field in packages & deploy website manually
This commit is contained in:
@@ -96,6 +96,6 @@
|
||||
"vitest": "^0.34.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.17.1"
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
|
||||
1
apps/website/.gitignore
vendored
1
apps/website/.gitignore
vendored
@@ -27,3 +27,4 @@ src/styles/unocss.css
|
||||
.vscode
|
||||
lighthouse-results
|
||||
|
||||
.vercel
|
||||
|
||||
@@ -101,6 +101,6 @@
|
||||
"vitest": "^0.34.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.17.1"
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
|
||||
8
apps/website/vercel.json
Normal file
8
apps/website/vercel.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"git": {
|
||||
"deploymentEnabled": {
|
||||
"main": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user