summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 16:39:54 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 16:39:54 +0200
commit69d48eb332ac53104cf57b408059a103151071fb (patch)
treea24b0ccbf03a31762e00b4adf5d9131cff7cc534 /package.json
parente329e6f3afeca8657ac8dbc8fb7f48a6f19d9522 (diff)
Add images to posts
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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",