Try different glob pattern

This commit is contained in:
Sam Carlton 2021-09-18 15:18:41 -05:00
parent 873dbbc561
commit 0bf523ef38

View file

@ -3,7 +3,7 @@
"enabled": true "enabled": true
}, },
"functions": { "functions": {
"api/*.js": { "api/**/*.js": {
"includeFiles": "static/**" "includeFiles": "static/**"
} }
} }