Test vercel config
This commit is contained in:
3
.vercelignore
Normal file
3
.vercelignore
Normal file
@@ -0,0 +1,3 @@
|
||||
server/
|
||||
package.json
|
||||
node_modules/
|
||||
5
vercel.json
Normal file
5
vercel.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"buildCommand": "cd client && npm install && npm run build",
|
||||
"outputDirectory": "client/dist",
|
||||
"installCommand": "cd client && npm install"
|
||||
}
|
||||
Reference in New Issue
Block a user