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