You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting an adapter during sv create, the file svelte.config.js is modified, but the following comment about adapter-auto is left untouched:
kit: {// adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.// If your environment is not supported, or you settled on a specific environment, switch out the adapter.// See https://svelte.dev/docs/kit/adapters for more information about adapters.adapter: adapter()}
When setting an adapter during
sv create
, the filesvelte.config.js
is modified, but the following comment aboutadapter-auto
is left untouched:I think this comment should be removed in the https://github.com/sveltejs/cli/blob/main/packages/addons/sveltekit-adapter/index.ts script.
(Or maybe the code logic could be inverted, and this comment be inserted only if
adapter-auto
is selected on creation)The text was updated successfully, but these errors were encountered: