diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-11-04 16:39:54 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2021-11-04 16:39:54 +0200 |
| commit | 69d48eb332ac53104cf57b408059a103151071fb (patch) | |
| tree | a24b0ccbf03a31762e00b4adf5d9131cff7cc534 /package.json | |
| parent | e329e6f3afeca8657ac8dbc8fb7f48a6f19d9522 (diff) | |
Add images to posts
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", |
