1
0
Fork 0

Switched presentation to a non-conflicting port

This commit is contained in:
Ava Wroten 2020-03-09 18:54:03 -05:00
parent 8a047250ff
commit 73d89b92d3

View file

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