Skip to content

Commit 43879e3

Browse files
authored
feat(deployments): add vercel.json (#8)
* feat(deployments): add vercel.json * fixup! * Update package.json Signed-off-by: Aviv Keller <me@aviv.sh> --------- Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent d699f9b commit 43879e3

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
},
2323
"dependencies": {
2424
"@node-core/ui-components": "^1.6.3"
25+
},
26+
"engines": {
27+
"node": "24.x"
2528
}
2629
}

vercel.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"outputDirectory": "out"
4+
}

0 commit comments

Comments
 (0)