adapter-static completely silent #3224
Labels
feature / enhancement
New feature or request
p2-nice-to-have
SvelteKit cannot be used by a small number of people, quality of life improvements, etc.
pkg:adapter-static
Describe the bug
The build output when using
adapter-static
is confusing for people who first use Svelte Kit. It shows a server being built by vite, without mentioning the output directory of static files. (see Logs below)I think it should show only the output files since they are the most important.
Reproduction
npm init svelte@next
and choose skeleton projectsvelte.config.js
with below and install@sveltejs/adapter-static@next
yarn build
Logs
The most useful output directory is
build/
, but it can't be seen anywhere in the project, since it's a default value ofadapter-static
.System Info
Severity
Confusing for new users
Additional Information
No response
The text was updated successfully, but these errors were encountered: