Giulio Zanchetta
Giulio Zanchetta
> Hello @zk-g, this app wasn't tested on iOS. If you'd like to, you can raise a PR on this. I'll appreciate the contribution. > Missing GoogleService-Info.plist (when calling Firebase.Core.App.Configure();)...
For anyone using pnpm and having the same problem, remember to `shamefully-hoist` packages ``` // place on .npmrc shamefully-hoist=true ```
Hi is there any update on this issue? I'm using pnpm as well
Why not just update the docs instead of including a workaround at the bottom of the page? https://preline.co/docs/frameworks-astro.html
Thanks @florian-lefebvre for your workaround
Here's a more general script if anyone need ```js import fsp from "fs/promises"; import path from "path"; // Change this const locales = ["it"]; const defaultLocale = "en"; const paths...
Getting a similar error as well using `output: 'hybrid'` and all static pages (I use output hybrid only for the admin ui, which is excluded with `navigateFallbackDenylist`) https://antares-ajj.pages.dev/ ``` workbox-7cfec069.js:1...
> is the _worker.js in the output folder (maybe it is there but the adapter doesn't expose that entry when requested)? When I build the package I see it in...
Ok thanks