mahmdshafee commited on
Commit
4dad515
·
verified ·
1 Parent(s): ac96138

Upload vercel.json

Browse files
Files changed (1) hide show
  1. app/frontend/vercel.json +7 -0
app/frontend/vercel.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "buildCommand": "npm run build",
3
+ "outputDirectory": "dist",
4
+ "env": {
5
+ "VITE_API_BASE_URL": "@vite_api_base_url"
6
+ }
7
+ }