cloudcmd/now.json
2017-12-29 11:22:25 +02:00

26 lines
484 B
JSON

{
"type": "npm",
"alias": "cloudcmd",
"env": {
"cloudcmd_config_dialog": "false",
"cloudcmd_terminal": "true",
"cloudcmd_terminal_path": "gritty"
},
"files": [
"bin",
"server",
".babelrc",
"css",
"font",
"favicon.ico",
"client",
"common",
"html",
"tmpl",
"img",
"modules",
"webpack.config.js",
"json",
"HELP.md"
]
}