mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(now) get back to v1, since v2 not support web sockets (zeit/micro#377)
This commit is contained in:
parent
6d8e58c5d8
commit
0a553558c4
1 changed files with 28 additions and 6 deletions
34
now.json
34
now.json
|
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
"version": 2,
|
||||
"version": 1,
|
||||
"type": "npm",
|
||||
"alias": "cloudcmd",
|
||||
"builds": [{
|
||||
"src": "bin/cloudcmd.js",
|
||||
"use": "@now/node-server"
|
||||
}],
|
||||
"env": {
|
||||
"cloudcmd_config_dialog": "true",
|
||||
"cloudcmd_config_auth": "false",
|
||||
|
|
@ -18,5 +15,30 @@
|
|||
"cloudcmd_export_token": "hello",
|
||||
"cloudcmd_name": "Cloud Commander - Now",
|
||||
"cloudcmd_open": "false"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"node": "8"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"server",
|
||||
".babelrc",
|
||||
".madrun.js",
|
||||
"css",
|
||||
"font",
|
||||
"favicon.ico",
|
||||
"client",
|
||||
"common",
|
||||
"html",
|
||||
"tmpl",
|
||||
"img",
|
||||
"man",
|
||||
"modules",
|
||||
"madrun.js",
|
||||
".webpack",
|
||||
"webpack.config.js",
|
||||
"cssnano.config.js",
|
||||
"json",
|
||||
"HELP.md"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue