From 614b5a0de59ffbc06c7f7cbf46fc5ce568a0bb37 Mon Sep 17 00:00:00 2001 From: Sascha Schulz <sschulz@dh-software.de> Date: Mo, 30 Jun 2025 16:28:09 +0200 Subject: [PATCH] add mongodb installation --- 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