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