chore: update engine field in packages & deploy website manually

This commit is contained in:
iCrawl
2023-11-08 00:25:38 +01:00
parent 5c0fad3b2d
commit ee2afb0aae
32 changed files with 1119 additions and 290 deletions

View File

@@ -27,3 +27,4 @@ src/styles/unocss.css
.vscode
lighthouse-results
.vercel

View File

@@ -101,6 +101,6 @@
"vitest": "^0.34.6"
},
"engines": {
"node": ">=18.17.1"
"node": ">=18"
}
}

8
apps/website/vercel.json Normal file
View File

@@ -0,0 +1,8 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"git": {
"deploymentEnabled": {
"main": false
}
}
}