6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
module.exports = {
|
|
path: "app/*/io/*.js",
|
|
port: 3210,
|
|
test_port: 3211,
|
|
}
|