-
### Current Behavior
When using Nx it is currently not possible to run sveltekit with the normal build commands. We have a workaround for this by adding the following configuration to our application…
-
Hi 👋🏻,
I was looking for a way to measure the production's bundle size of a sveltekit project and i arrived here. Would it be possible to add support for sveltekit?
-
[Here is a minimal app that reproduces the issue: ](https://stackblitz.com/edit/sveltejs-kit-template-default-fhxpyw?description=The%20default%20SvelteKit%20template,%20generated%20with%20create-svelt…
-
### What version of Bun is running?
latest from nightly Docker
### What platform is your computer?
Linux 6.1.94_1 x86_64 unknown
### What steps can reproduce the bug?
1. Create SvelteKi…
-
First of all, thanks for this great project.
I found that the grid supports [SSR](https://rv-grid.com/guide/ssr.html), so is it possible to adapt Sveltekit SSR? Any good ideas or demos?
Thank~
-
Hello, I’m using this inside elysia inside a sveltekit project, the route is /api/[…slugs]/+server.ts which exposes a catchall router that passes requests to elysia.
how can i preload all the route…
-
### Describe the bug
None of the typings work in a SvelteKit project, while they work fine in a standalone Svelte + Vite project.
When creating a standalone Svelte + Vite project using `npm create …
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
### Describe the bug
Omnisite broke the integrated docs searches.
### Reproduction
try using the svelte/kit docs search
### Expected behavior
it working
### Screenshots
_No response_
### Addit…
-
I'm trying to enable streaming support for SvelteKit.
```
const app = new sst.aws.SvelteKit('App', {
transform: {
server: {
streaming: true,
timeout: '60 sec…