Update grunt configuration for the embedded web server
This commit is contained in:
@ -11,7 +11,8 @@ module.exports = function (grunt) {
|
||||
options: {
|
||||
keepalive: true,
|
||||
open: true,
|
||||
port: 8085
|
||||
port: 8085,
|
||||
router: "index.php"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user