mirror of
https://github.com/photonstorm/phaser
synced 2024-12-19 17:44:45 +00:00
8 lines
124 B
JavaScript
Executable file
8 lines
124 B
JavaScript
Executable file
module.exports = {
|
|
root: {
|
|
options: {
|
|
keepalive: true,
|
|
hostname: '*'
|
|
}
|
|
}
|
|
};
|