mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
Add includeFiles config to vercel.json for shared directory
This commit is contained in:
parent
5251d7cb31
commit
cf620a3e24
1 changed files with 4 additions and 1 deletions
|
|
@ -3,7 +3,10 @@
|
|||
"builds": [
|
||||
{
|
||||
"src": "server/index.ts",
|
||||
"use": "@vercel/node"
|
||||
"use": "@vercel/node",
|
||||
"config": {
|
||||
"includeFiles": ["shared/**", "server/**"]
|
||||
}
|
||||
}
|
||||
],
|
||||
"routes": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue