Update grunt configuration for the embedded web server
Cette révision appartient à :
Parent
c7b034ff81
révision
09252409b2
@ -11,7 +11,8 @@ module.exports = function (grunt) {
|
||||
options: {
|
||||
keepalive: true,
|
||||
open: true,
|
||||
port: 8085
|
||||
port: 8085,
|
||||
router: "index.php"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user