From c855a520de76a2f4f1ca7deb37da397839f1ad97 Mon Sep 17 00:00:00 2001
From: Sascha Schulz <sschulz@dh-software.de>
Date: Mo, 27 Jan 2025 16:30:16 +0100
Subject: [PATCH] add chapter operation

---
 package.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index 332fc60..c1830d3 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   "license": "MIT",
   "scripts": {
     "test": "gulp test",
-    "serve": "gulp serve --port 8002",
+    "serve": "gulp serve --port 8001",
     "build": "gulp build"
   },
   "author": {

--
Gitblit v1.9.3