Minor Changes
- feat: add a
kit.files.src
option (#14152)
Patch Changes
-
fix: don't treat
$lib/server.ts
or$lib/server_whatever.ts
as server-only modules, only$lib/server/**
(#14191) -
fix: make illegal server-only import errors actually useful (#14155)
-
chore: deprecate
config.kit.files
options (#14152) -
fix: avoid warning if page options in a Svelte file belongs to a comment (#14180)