fix config

This commit is contained in:
Fredrik Jensen 2025-12-06 17:53:17 +01:00
parent dd95e2de23
commit 59468e348e

View File

@ -1,7 +1,7 @@
{ {
"functions": { "functions": {
"index.ts": { "index.ts": {
"includeFiles": ["components/**/*", "../library/dist/**/*"] "includeFiles": "{components,../library/dist}/**/*"
} }
} }
} }