Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
andire120 committed Dec 30, 2024
1 parent 6de0edf commit 3fe9ab8
Showing 1 changed file with 10 additions and 15 deletions.
25 changes: 10 additions & 15 deletions spam-pie/vercel.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{
"builds": [
{
"src": "package.json",
"use": "@vercel/node"
}
],
"env": {
"NODE_ENV": "production",
"NODE_VERSION": "18.x"
},
"build": {
"env": {
"PNPM_VERSION": "latest"
}
"version": 2,
"builds": [
{
"src": "package.json",
"use": "@sveltejs/adapter-vercel"
}
],
"env": {
"NODE_ENV": "production",
"NODE_VERSION": "18.x"
}
}

0 comments on commit 3fe9ab8

Please sign in to comment.