Test vercel config

This commit is contained in:
Ola Hungerford
2025-01-29 16:56:41 -07:00
parent fb3d89c6e3
commit 7c89a01c99
2 changed files with 3 additions and 5 deletions

View File

@@ -1,3 +1,2 @@
server/ server/
package.json /package.json
node_modules/

View File

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