kit
kit copied to clipboard
web development, streamlined
### Describe the bug In a production deployment on Vercel, I'm getting logs from my handleError function in hooks.server.ts saying that some routes in the .vercel/output/static/_app/immutable/assets/ are not found, even...
### Describe the problem Kit is great and the new routing changes have opened up a world of possibilities. Running tests is still a bit of a hassle. I would...
### Describe the bug Hi, I’m the maintainer of a small Svelte action called [svelte-reveal](https://github.com/DaveKeehl/svelte-reveal) that allows users to easily create and trigger animations on scroll. I’ve tested my package...
### Describe the bug I replaced the `src` and `static` folder in my project with symlinks that point to another cloned repository folder. This causes `vite build` to hang indefinitely...
### Describe the bug First off, sorry if this is the wrong place, I am fairly new to all the things going on here. I have been trying to create...
### Describe the problem i keep my `tsconfig.json` for svelte in a different location so i can have different `tsconfig`s for different parts of my project that are recognised by...
### Describe the problem The SvelteKit documentation, with a 1216px wide viewport, does not contain the "ON THIS PAGE" column:  For comparison - MDN with a 1216px wide viewport...
### Describe the bug I set up a small test repo with Kit just now to demonstrate some other issue. All I did was create the repo with `npm init...
### Describe the problem - When developing with `svelte-kit dev`, the `event.platform` object is always empty, with no great way to mock it. - When building using an adapter like...
### Describe the bug I have global styles in the `` for the main +layout.svelte. On the dev env, the components `` put after main `` but [adapter-node](https://github.com/sveltejs/kit/blob/master/packages/adapter-node) inject it...