1
0

Fixed npm run server command

This commit is contained in:
Zef Hemel
2022-07-09 13:07:53 +02:00
committed by GitHub
parent ca86f75e16
commit fbf7e456f6
+2 -2
View File
@@ -81,7 +81,7 @@ Run these in separate terminals
# Runs ParcelJS in watch mode, rebuilding the server and webapp continuously on change
npm run watch
# 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)
npm run plugs -- <PATH-TO-YOUR-SPACE>
npm run plugs
```