kit
kit copied to clipboard
web development, streamlined
### Describe the bug The [SvelteKit Vercel documentation](https://kit.svelte.dev/docs/adapter-vercel#deployment-configuration) states that individual function execution properties can be overriden (eg. max memory used, max duration, etc...). I have been unable to do...
### Describe the problem If you check the [Vercel docs about on-demand revalidation for ISR](https://vercel.com/docs/incremental-static-regeneration/quickstart#on-demand-revalidation), you will see they show this example for Next.js: ```js import { revalidatePath } from...
### Describe the bug I have a somewhat simple contact form that stops working somewhere around 24 hours after being deployed. After it stops working, it will act like it's...
### Describe the problem We have some large unoptimized images that we use `@sveltejs/enhanced-img` but it makes `npm run dev` very slow at first. ### Describe the proposed solution Make...
### Describe the bug If you do this... ```svelte ``` ...stuff breaks, because it tries to import the same asset twice. ### Reproduction later... ### Logs _No response_ ### System...
### Describe the problem I use Tailwind to style my SvelteKit application. 95% of the styles end up in one CSS file. However, for some components, Tailwind utilities are not...
### Describe the problem From what I know it's not possible to hook into the serving of build artifacts in the `_app` folder. The biggest use case I have for...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pnpm](https://pnpm.io) ([source](https://redirect.github.com/pnpm/pnpm)) | [`9.12.1` -> `9.12.2`](https://renovatebot.com/diffs/npm/pnpm/9.12.1/9.12.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR updates `enhanced-image` to support svelte 5, with updated tests and types. It was a little more involved than I anticipated, mostly due to type issues altho there were...
### Describe the problem When a request comes into a SvelteKit app, and that results in outgoing requests or other asynchronous operations as part of serving it, and then the...