Skip to content

Commit 294ac7e

Browse files
committed
fix: vercel.json schema - remove invalid nodeVersion property
1 parent c493944 commit 294ac7e

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

ui/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",
6+
"engines": {
7+
"node": "18.x"
8+
},
69
"scripts": {
710
"dev": "vite",
811
"build": "vite build",

ui/vercel.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
2-
"name": "imgshape-ui",
3-
"version": 2,
42
"buildCommand": "npm run build",
53
"outputDirectory": "dist",
64
"framework": "vite",
7-
"nodeVersion": "18.x",
85
"env": {
9-
"VITE_API_BASE_URL": {
10-
"default": "https://imgshape-947614788790.asia-south1.run.app",
11-
"description": "Backend API base URL"
12-
}
6+
"VITE_API_BASE_URL": "https://imgshape-947614788790.asia-south1.run.app"
137
}
148
}

0 commit comments

Comments
 (0)