Update grunt configuration for the embedded web server

This commit is contained in:
Stéphane Goetz 2015-07-20 22:35:37 +02:00
parent c7b034ff81
commit 09252409b2
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ module.exports = function (grunt) {
options: {
keepalive: true,
open: true,
port: 8085
port: 8085,
router: "index.php"
}
}
},