Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start command not needed #4

Closed
mhkeller opened this issue Feb 23, 2022 · 1 comment
Closed

start command not needed #4

mhkeller opened this issue Feb 23, 2022 · 1 comment

Comments

@mhkeller
Copy link

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
Dax89 added a commit that referenced this issue Feb 23, 2022
@Dax89
Copy link
Owner

Dax89 commented Feb 23, 2022

Thanks for spotting it!
I've removed it and updated the ReadMe, let me know if it's ok now.

@Dax89 Dax89 closed this as completed Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants