Added phaser build and hellophaser sample
This commit is contained in:
8
tasks/options/connect.js
Normal file
8
tasks/options/connect.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
root: {
|
||||
options: {
|
||||
keepalive: true,
|
||||
hostname: '*'
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user