kran6a
kran6a
### Describe the bug I have the following dumb svelte 5 (5.0.0-next.151) component (`src/Index.svelte`): ```svelte AAA ``` Along with the following vite.config.ts: ```typescript import type {RollupOptions} from "rollup"; import {defineConfig}...
### Describe the problem I have a route in which the user can view and update a resource. When the user submits their changes the resource is modified server-side and...
### Describe the bug The `using` keyword seems to be unsupported within `.svelte` files. ### Reproduction URL https://stackblitz.com/edit/vitejs-vite-jnn3rq ### Reproduction _No response_ ### Logs _No response_ ### System Info ```shell...
**Describe the bug** When the index.ts is generated the start of the file looks like the following: ```ts import { z } from 'zod'; import type { Prisma } from...
It is easier to maintain if we keep parameters definition on the route themselves rather than as a global config. They can be typed on `+page.ts` files via the [config...
### Describe the problem I have the need to use WS and SSE subscriptions on different pages across my site. Currently, my known best way to do it is by...