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];