Test vercel config

This commit is contained in:
Ola Hungerford
2025-01-29 16:54:00 -07:00
parent 361f9d109b
commit fb3d89c6e3
2 changed files with 8 additions and 0 deletions

5
vercel.json Normal file
View File

@@ -0,0 +1,5 @@
{
"buildCommand": "cd client && npm install && npm run build",
"outputDirectory": "client/dist",
"installCommand": "cd client && npm install"
}