Jan Heinzle
Jan Heinzle
@vshepel yes it's getting requested with this path via my local IP. Just like every other asset. FYI: I work with a symfony setup, so the path gets generated by...
Of course! I removed the parts which are too custom, to keep it clear for you: ```ts export default defineConfig(async ({ mode }) => { process.env = { ...process.env, ...loadEnv(mode,...
@vshepel I looked at it again and as far as i can see the file is not being serverd by ViteDevServer correctly. If i request it directly in a new...
I'm having the same issue. As soon as I add multiple routes, I can't get it to work in dev mode as the injections replace each other. The workaround @fercomunello...