From 73d89b92d30bf885148112139a5b3f6bc69a2923 Mon Sep 17 00:00:00 2001 From: Ava Wroten Date: Mon, 9 Mar 2020 18:54:03 -0500 Subject: [PATCH] Switched presentation to a non-conflicting port --- presentation/gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/gruntfile.js b/presentation/gruntfile.js index acf34b6..804a3dd 100644 --- a/presentation/gruntfile.js +++ b/presentation/gruntfile.js @@ -4,7 +4,7 @@ module.exports = grunt => { require('load-grunt-tasks')(grunt); - let port = grunt.option('port') || 8000; + let port = grunt.option('port') || 8001; let root = grunt.option('root') || '.'; if (!Array.isArray(root)) root = [root];