Files
inspector/vercel.json
2025-01-29 16:54:00 -07:00

6 lines
150 B
JSON

{
"buildCommand": "cd client && npm install && npm run build",
"outputDirectory": "client/dist",
"installCommand": "cd client && npm install"
}