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
We've discussed this before when we were implementing both create and add (though, i'm having a hard time finding the conversation here, so it may have been in private), but the 'workaround' is the intended solution:
Since create and add are two very different tasks, they can easily be combined with a simple && operator if you really want a single-liner.
create-svelte provided API, so the following was possible:
A comparable api for this is still being worked on. For now, sv exports create and installAddon, but they're api is not finalized and can change at any moment.
It is currently impossible to include add-ons without interactive user input.
create-svelte
provided API, so the following was possible:https://github.com/hyunbinseo/svelte-kit-templates/blob/v6.4.0/index.js#L4-L14
Workaround
The text was updated successfully, but these errors were encountered: