1 parent c493944 commit 294ac7eCopy full SHA for 294ac7e
2 files changed
ui/package.json
@@ -3,6 +3,9 @@
3
"private": true,
4
"version": "0.0.0",
5
"type": "module",
6
+ "engines": {
7
+ "node": "18.x"
8
+ },
9
"scripts": {
10
"dev": "vite",
11
"build": "vite build",
ui/vercel.json
@@ -1,14 +1,8 @@
1
{
2
- "name": "imgshape-ui",
- "version": 2,
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
- "nodeVersion": "18.x",
"env": {
- "VITE_API_BASE_URL": {
- "default": "https://imgshape-947614788790.asia-south1.run.app",
- "description": "Backend API base URL"
12
- }
+ "VITE_API_BASE_URL": "https://imgshape-947614788790.asia-south1.run.app"
13
}
14
0 commit comments