mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +00:00
9 lines
124 B
JavaScript
9 lines
124 B
JavaScript
|
module.exports = {
|
||
|
root: {
|
||
|
options: {
|
||
|
keepalive: true,
|
||
|
hostname: '*'
|
||
|
}
|
||
|
}
|
||
|
};
|