Joaquín Sánchez
Joaquín Sánchez
closing since we've included it in the new docs repo, thx for the PR
@AngelNext we're working on the Astro integration, the PR is ready to review on the Astro repo: https://github.com/withastro/astro/pull/3428 EDIT: I need to resolve conflicts on the PR, but I cannot...
Released initial version of astro integration: https://vite-pwa-org.netlify.app/frameworks/astro.html
We dont expose the workbox object, so you cannot register the listener, check the register.ts module on src/client/build folder
Why do you need add that event listener?
@doutatsu what browser is complaining? On Windows Chrome is ok: try to include `id: '/'` in the manifest. 

@doutatsu try chaning the `start_url: './dashboard'`: - https://developer.mozilla.org/en-US/docs/Web/Manifest/start_url - https://web.dev/learn/pwa/enhancements/#app-shortcuts 
@doutatsu also working on Android 9 Tablet with Chrome (screenshot using USB degugger): 
@doutatsu file an issue in workbox repo, maybe Jeff can help you. Try removing the start url or using Just dashboard or ./dashboard (relative to the scope).