Philippe Entzmann

Results 27 comments of Philippe Entzmann

In our case, we generate the app once and use it for the production and staging environments. The `.env` values are freezed at build time and we can't change them...

I'm also interested in a supabase module that is working with a static build (generate). I don't really understand why the [current supabase module need a server side API](https://github.com/nuxt-modules/supabase/blob/main/src/runtime/server/api/session.ts). [Supabase...

You can copy `AppHeader.vue` from the docus project and create a component with the same name in your project. The later will overwrite the former. You will then be able...

> Looks like something went wrong with your installation there, there's several dependencies it should've installed. Maybe some poetry config? Yes, It works on a new project ! I remove...

We don't have any poetry special config. here is the `.poetry.toml`: ```toml [virtualenvs] in-project = true ``` We have a lot of deps ... we also had some conflicts months...

Tried again with a clean git checkout and it works now.

> any news ?! no progress :smile: