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