svelte-adapter-express icon indicating copy to clipboard operation
svelte-adapter-express copied to clipboard

SvelteKit Adapter to run with custom Express server

Results 1 svelte-adapter-express issues
Sort by recently updated
recently updated
newest added

I've skimmed over server.js and noticed some issues / possible improvements: 1. AFAIK Express 4 [does not support async routes](https://github.com/expressjs/express/issues/4535). That means a promise rejection in your async handler will...