Eric Christensen

Results 5 comments of Eric Christensen
trafficstars

I actually came up with a pretty good generic solution that allows for type compile time type checking. ```ts type oakHandler = ( ctx: oak.RouterContext ) => Promise | void;...

Try running `cargo update` in your source and try again; there was a dependency causing issues a couple weeks ago.

> @pheynnx I have 100% the exact same setup and issue running Debian on WSL2. A litle work around that makes it quicker to reload rather than having to kill...

This same behavior happens with module.css files as well. If I just place everything in a single top level imported .css file, then this isn't an issue.. but that defeates...

Also vite cssCodeSplit: false doesn't work. The css is compiled by vite down into a single file, but the generated .html files dont reference the .css file. So the site...