mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
mino changes
This commit is contained in:
parent
21f0abedf4
commit
7d9c389a4e
3 changed files with 38 additions and 36 deletions
|
|
@ -65,6 +65,12 @@
|
|||
exports.modules = jsonrequire('modules');
|
||||
exports.ext = ext = jsonrequire('ext');
|
||||
exports.mainpackage = rootrequire('package');
|
||||
/* base configuration */
|
||||
exports.config = {
|
||||
server : true,
|
||||
socket : true,
|
||||
port : 80
|
||||
},
|
||||
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue