Fixed npm run server command

pull/3/head
Zef Hemel 2022-07-09 13:07:53 +02:00 committed by GitHub
parent ca86f75e16
commit fbf7e456f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ Run these in separate terminals
# Runs ParcelJS in watch mode, rebuilding the server and webapp continuously on change # Runs ParcelJS in watch mode, rebuilding the server and webapp continuously on change
npm run watch npm run watch
# Runs the silverbullet server # Runs the silverbullet server
npm run server npm run server -- <PATH-TO-YOUR-SPACE>
# Builds (and watches for changes) all builtin plugs (in packages/plugs) # Builds (and watches for changes) all builtin plugs (in packages/plugs)
npm run plugs -- <PATH-TO-YOUR-SPACE> npm run plugs
``` ```