Try including static folder in all functions

This commit is contained in:
Sam Carlton 2021-09-18 15:16:30 -05:00
parent f418a4e9f3
commit 873dbbc561

View file

@ -1,5 +1,10 @@
{
"github": {
"enabled": true
},
"functions": {
"api/*.js": {
"includeFiles": "static/**"
}
}
}