Update grunt configuration for the embedded web server
This commit is contained in:
bovenliggende
c7b034ff81
commit
09252409b2
@ -11,7 +11,8 @@ module.exports = function (grunt) {
|
||||
options: {
|
||||
keepalive: true,
|
||||
open: true,
|
||||
port: 8085
|
||||
port: 8085,
|
||||
router: "index.php"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user