Jed

Results 25 comments of Jed

@dgrbrady delete the `.svelte-kit` folder and restart the server or the vscode. The following problem will be solved. ``` Failed to load url /.svelte-kit/generated/server/internal.js ``` The files in the `.svelte-kit`...

To make the `svelte.config.js` work in the root of the NX project, I have to add `"type": "module",` in the `package.json` which will break other NX apps. Here I attach...

Looking forward to the fix! Thank you!

Keep eyes on this and look forward to the update.

I have a working demo here [nestjs-vite-demo](https://github.com/Jedliu/nestjs-vite-demo). Check if this helps.

@srmagura, I tried your solution to build first and start the application, but it doesn't work. I have a demo here [nestjs-vite-demo](https://github.com/Jedliu/nestjs-vite-demo). _PS: I am trying to solve the problem...

Hi @Siemienik, thanks for your fast reply. I will create a repo for your reference soon.

I solved this by forking exceljs and do a patch then install from this patch. Thanks for your attention. Here is a link to the [patch release](https://github.com/Jedliu/exceljs/releases/tag/v4.3.0-export-doc-range) _PS: exceljs hasn't...

Hi, Siemienik. Thanks for getting in touch with me. I will look into this when I have spare time.