Releases: sveltejs/cli
Releases · sveltejs/cli
[email protected]
Patch Changes
- fix(cli):
vite.config.*
file detection works for both .js and .ts variants (#673)
[email protected]
[email protected]
[email protected]
Patch Changes
-
feat:
vitest
require assertions (#647) -
fix: handle
satisfies
keyword forvite.addPlugin
(#653) -
chore: remove
git init
next step when creating a new project (#645) -
feat: improve minimal template (#643)
- move
favicon.svg
tosrc/lib/assets
folder (to show inline/immutable assets) - add
static/robots.txt
(to keep static folder) - add
routes/+layout.svelte
(to show layout)
- move
-
feat(drizzle): add
db:generate
script topackage.json
(#648)
[email protected]
[email protected]
[email protected]
Patch Changes
- feat: update templates to vite 7 and vite-plugin-svelte 6 (#629)
[email protected]
[email protected]
[email protected]
Patch Changes
- fix: resolve to
task
instead ofrun
in addon instructions fordeno
(#599)