Add functions config to exclude utility files
cgen-3fc27abe6cc7454eafe3814de24a4216
This commit is contained in:
parent
92df79a915
commit
9314088c62
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
|||
"version": 2,
|
||||
"buildCommand": "npm run build",
|
||||
"outputDirectory": "dist/spa",
|
||||
"functions": {
|
||||
"api/**/*.ts": {
|
||||
"memory": 1024,
|
||||
"maxDuration": 30
|
||||
}
|
||||
},
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/:path(.*)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue