-
Seems many versions have come and gone of this dependency? Maybe it's time to update it?
I am personally getting many moderate issues in my builds of a modern Svelte Kit app which is utilizing this…
-
### Describe the problem
In Svetle, basic and important functionality from Vite doesn't work — automatic handling of static resources from component folder only using HTML.
When initializing a n…
-
Hello,
Following #14 I upgraded to 0.2.0 in a Svelte 4.x project and replaced all `T`s with `LegacyT` but I get an error:
```
$ npm run dev
> myapp@0.0.1 dev
> vite dev
Re-optimizing depen…
-
https://kit.svelte.dev/ is almost out and I'd like to get it going with Devilbox. :heart:
Quite simple, running HMR on `wss://devilskit.loc:24678` does not work.
Please check this example repo …
-
I'm trying to factor out my form into a component, [as described in the documentation](https://superforms.rocks/components#factoring-out-a-form). However, I can't figure out how to export a [snapshot]…
-
Hello,
I just today had finally time to get back to my library project. So I'm doing a big dependency update.
After configuring `kit-docs` I only get 404 errors and I can't seem to find out why…
-
-
The conversation around layouts has changed somewhat since the release of Sveltekit.
Questions:
- Do we need layouts anymore? Can we achieve the same functionality with kit's layouts? What about oth…
pngwn updated
3 months ago
-
## TODO
- [x] Prismaのインストールと初期設定
- [x] VSCode: Prismaの拡張機能を導入 (Prisma.prisma)
## 既存のテンプレート・プロジェクト
- [x] https://github.com/joysofcode/sveltekit-deploy
- Full stack app
- DB: PostgreSQL…
-
It looks like Svelte provides a more standardized way of injecting variables, via the Rollup option: https://github.com/sveltejs/kit/issues/333#issuecomment-789287932
We should explore whether this…