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
Thanks for putting this together. In your package.json you have a start command that runs svelte-kit start but I'm not aware of a svelte-kit start command. Running npx svelte-kit --help lists the following manual
Usage
$ svelte-kit <command> [options]
Available Commands
dev Start a development server
build Create a production build of your app
preview Serve an already-built app
package Create a package
For more info, run any command with the `--help` flag
$ svelte-kit dev --help
$ svelte-kit build --help
Options
-v, --version Displays current version
-h, --help Displays this message
The text was updated successfully, but these errors were encountered:
Thanks for putting this together. In your package.json you have a
start
command that runssvelte-kit start
but I'm not aware of asvelte-kit start
command. Runningnpx svelte-kit --help
lists the following manualThe text was updated successfully, but these errors were encountered: