diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c641e7a..56505ad 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "parcel index.html", "build": "parcel build index.html", - "db": "json-server --watch db.json" + "db": "json-server --watch -p 5678 db.json" }, "author": "", "license": "ISC", |
