JEROME MARTIN
JEROME MARTIN
In fact, there are two simultaneous issues: - first issue has been described and solved above : the **prettier package** does not detect automatically a plugin when using pnpm. This...
I have the same issue. My web site is divided in three parts : header, rest, footer. Logically, header and footer would go in $layout.svelte and rest would go in...
Hi! Has any progress been made on that topic? I am also very interested in a readonly bu default typescript flag in tsconfig.json that would apply only to the files...
Thanks for pushing. Actually I found out this is even more complex than I thought. All that runs in the context of the svelte.config.js file is not "visible" from your...
I don't understand. How can you initialize a middleware passed in svelte.config.js in hooks.ts? Concretely, how do you use express-session for instance? Furthermore, what is the goal of running a...
@dominikg I am not asking for help. I am reporting that your proposal to use the VITE configureServer hook to use middleware in dev mode does not work. Seems to...
Thanks ValeriaVG for this clever code which has been very useful. As pointed out in another thread, one issue with this solution is that the hook.js/ts file only gets loaded...
Take some time to read carefully my answer. In my opinion, the Promise Spaghetti (as you call it) is still needed, even after defining a new entryPoint. And, so far,...
@Prinzhorn Thanks for the listen monkey patching. Of course this is no persistent solution but I tried to implement it and ran into the following issue : as svelte.config.js is...
Looks like this trick does not work anymore: `- run: echo "previous_tag=$(git describe --tags --abbrev=0 2>/dev/null || echo '')" >> $GITHUB_ENV` `previous_tag` is always set to an empty string even...