refactor: compose browser application runtimes

This commit is contained in:
vorotamoroz
2026-07-29 09:11:57 +00:00
parent b22c1bd777
commit 4723771ee0
65 changed files with 3919 additions and 2771 deletions
+10 -1
View File
@@ -23,5 +23,14 @@
}
},
"include": ["**/*.ts", "test/**/*.test.ts", "**/*.unit.spec.ts", "**/*.svelte"],
"exclude": ["pouchdb-browser-webpack", "utils", "src/apps", "src/**/*.test.ts", "**/_test/**", "utilsdeno"]
"exclude": [
"pouchdb-browser-webpack",
"utils",
"src/apps",
"src/**/*.test.ts",
"**/_test/**",
"test/browser-apps",
"test/styles/*.deno.ts",
"utilsdeno"
]
}