-
### Describe the bug
SvelteKit uses a wrapper around `import.meta.env` (`$env/dynamic/private`, [...see all here](https://kit.svelte.dev/docs/modules#$env-dynamic-private)) to expose environment vari…
-
### Describe the bug
According to [HTML5 specification](https://www.w3.org/TR/2011/WD-html5-20110405/semantics.html#document-metadata), `meta` and `link` do not have the trailing slash.
So shouldn…
-
**Is your feature request related to a problem? Please describe.**
Most websites need to provide a [`sitemap.xml`](https://www.google.com/sitemaps/protocol.html) for SEO purposes.
**Describe the s…
-
### Description
When running UniMe in dev on macOS, occasionally, it looks like SvelteKit serves the wrong route. This can happen in different routes.
### Hardware Specification
Happens in developm…
-
Would love to see an update to this package now that TS is supported in newer svelte. Any plans to update? I would help but don't know where to start :(
-
### Bug description
I'm getting a `ReferenceError: __dirname is not defined` in ES module scope when building a barebones Prisma + Sveltekit app to node, preventing deployment - narrowed it down to…
-
### Describe the problem
I was on the fence whether to file this as a bug report or feature request.
Consider the following route, `/[...repo]/-/[...path]`, where `repo` would be an arbitrary re…
-
### Version
1.43.1
### Steps to reproduce
clone this repo: https://github.com/ryanzec/edg-ui
run `pnpm install`
run `pnpm test:components`
### Expected behavior
test should run
### Actual beha…
-
### Describe the problem
Files that contain `.server.` in the filename can't be accidentally imported into client-side code, meaning it's safe for them to use sensitive things like API keys and datab…
-
### Describe the problem
Is there an option or an adaptor that will build the app as svelte does - with a single js file and single css file?
### Describe the proposed solution
This makes embeddin…