Frontend plugins Support [2/10]: Plugin service worker (#5784)

* Plugin service worker
This commit is contained in:
lelemm
2025-10-07 12:14:32 -03:00
committed by GitHub
parent 5ac29473f2
commit b034d5039f
21 changed files with 429 additions and 10 deletions

View File

@@ -83,6 +83,7 @@ export default pluginTypescript.config(
'packages/component-library/src/icons/**/*',
'packages/desktop-client/bundle.browser.js',
'packages/desktop-client/build/',
'packages/desktop-client/service-worker/*',
'packages/desktop-client/build-electron/',
'packages/desktop-client/build-stats/',
'packages/desktop-client/public/kcab/',
@@ -98,6 +99,7 @@ export default pluginTypescript.config(
'packages/loot-core/**/lib-dist/*',
'packages/loot-core/**/proto/*',
'packages/sync-server/build/',
'packages/plugins-service/dist/',
'.yarn/*',
'.github/*',
],