pnpm install
pnpm run start
On Windows you might need to enable shell-emulator
:
pnpm config set shell-emulator true
#595 (comment) suggests that this is intended to be a supported configuration, but unfortunately there are some shenanigans as of writing:
- Asset imports seem to not respect
kit.paths.relative
(#9569) - Snafu with trailing slashes on the base path (#13702, workaround)
- Trailing slash normalization always redirects against root, which erases a dynamic base (#13718, PR #13719)
($app/paths).base
is determined at build-time (tbd, related to #7242)