From 69d48eb332ac53104cf57b408059a103151071fb Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 4 Nov 2021 16:39:54 +0200 Subject: Add images to posts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') 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", -- cgit v1.3