hoist deps

This commit is contained in:
Fredrik Jensen 2025-12-06 17:55:32 +01:00
parent 59468e348e
commit 48a68aef25

View File

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