Stephan Simonett

Results 6 comments of Stephan Simonett

any news on this topic? I really like the i18n feature, but the fact that files are always saved in the default language makes it very hard to use, when...

Hey @crisgarlez, I'm at the exact same point now. Inside the container it does not work. Proxy is setup and everything is working fine, server-side the requests somehow still end...

> > Hey @crisgarlez, I'm at the exact same point now. Inside the container it does not work. Proxy is setup and everything is working fine, server-side the requests somehow...

Is there anything happening soon regarding this topic? Somebody knows, if this is discussed among Storybook/Astro Teams?

I had a similar issue and could not seed into Supabase DB. I switched ts-node with tsx, and it worked fine. in `package.json` ```json "prisma": { "seed": "pnpx tsx prisma/seed.ts"...

> @wireless25 @mubaidr did you consider using vite-node? .... because it works good for me > ``` > "prisma": { > "seed": "npx vite-node prisma/seed.ts" > }, > ``` I...