Dennis Dudek

Results 27 comments of Dennis Dudek

What I'm missing? If you reflect the style in the head (outside of svelte) it wont be removed. Nothing will flicker, resets wont remove it and so on. The Idea...

I didnt talk about app.svelte. You can just put in in __layout.svelte or any other component. Make it processed by svelte kit. After that, copy the css with vanilla javascript...

well whats the use-case? to provide an example .env file? just call it .env.example .env files are meant to be read, and you can define them reacting on NODE_ENV ```...

soo forcing them to run it explicitely with a '--skip-dotenv' flag is better than make them renaming the .env file? i dont understand the debugging step... process.env is already populated...

Need to push this - its really an issue

> Furthermore, `svelte.config.js` is reserved for configuring what to run, initialization of middlewares/databases etc should go into `hooks.ts`, #1538 has more details. But ehm... there's no way at current state...