mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 08:49:36 +00:00
[backport rh-test] remove auth service worker (rh-test) (#6296)
## Summary - remove auth service worker bundle and registration code - drop config ignores referencing removed assets ## Testing - lint-staged (eslint, prettier) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6296-backport-rh-test-remove-auth-service-worker-rh-test-2986d73d36508118b8cdf1472577175f) by [Unito](https://www.unito.io)
This commit is contained in:
@@ -85,9 +85,4 @@ app
|
||||
modules: [VueFireAuth()]
|
||||
})
|
||||
|
||||
// Register auth service worker after Pinia is initialized (cloud-only)
|
||||
if (isCloud) {
|
||||
void import('@/platform/auth/serviceWorker')
|
||||
}
|
||||
|
||||
app.mount('#vue-app')
|
||||
|
||||
Reference in New Issue
Block a user