Dax89/electron-sveltekit

`start` command not needed

mhkeller opened this issue · 1 comments

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 commented

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