From 952587b631fc775366f8311e518e8d7cdd8dfbb7 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 8 Jan 2021 14:48:08 +0100 Subject: [PATCH] Port von 8080 auf 8888 gewechselt --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 02a21091..d304dea0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -181,7 +181,7 @@ module.exports = function (grunt) { grunt.util.spawn({ cmd: 'node_modules/http-server/bin/http-server', - args: [ 'dist', '-c0' ], + args: [ 'dist', '-p8888', '-c0' ], opts: { stdio: 'inherit' } }); -- 2.20.1