@live-change/cli 0.9.105 → 0.9.107
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/starter.js +4 -0
- package/package.json +9 -9
package/lib/starter.js
CHANGED
|
@@ -104,6 +104,10 @@ export function apiServerOptions(yargs) {
|
|
|
104
104
|
description: 'run init script',
|
|
105
105
|
type: 'string'
|
|
106
106
|
})
|
|
107
|
+
yargs.option('stopped', {
|
|
108
|
+
describe: 'start everything without calling afterStart callbacks',
|
|
109
|
+
type: 'boolean'
|
|
110
|
+
})
|
|
107
111
|
}
|
|
108
112
|
|
|
109
113
|
export function ssrServerOptions(yargs) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/cli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.107",
|
|
4
4
|
"description": "Live Change Framework - command line interface",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"type": "module",
|
|
26
26
|
"homepage": "https://github.com/live-change/live-change-stack",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@live-change/dao": "^0.9.
|
|
29
|
-
"@live-change/dao-sockjs": "^0.9.
|
|
30
|
-
"@live-change/dao-websocket": "^0.9.
|
|
31
|
-
"@live-change/db-server": "^0.9.
|
|
32
|
-
"@live-change/framework": "^0.9.
|
|
33
|
-
"@live-change/server": "^0.9.
|
|
34
|
-
"dotenv": "^16.
|
|
28
|
+
"@live-change/dao": "^0.9.107",
|
|
29
|
+
"@live-change/dao-sockjs": "^0.9.107",
|
|
30
|
+
"@live-change/dao-websocket": "^0.9.107",
|
|
31
|
+
"@live-change/db-server": "^0.9.107",
|
|
32
|
+
"@live-change/framework": "^0.9.107",
|
|
33
|
+
"@live-change/server": "^0.9.107",
|
|
34
|
+
"dotenv": "^16.5.0",
|
|
35
35
|
"express": "^4.18.2",
|
|
36
36
|
"http-proxy-middleware": "2.0.6",
|
|
37
37
|
"resolve": "^1.22.8",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"websocket": "^1.0.34",
|
|
41
41
|
"yargs": "^17.7.2"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "c546be0c12841aa8eca060d4c53d6d89bac2d088"
|
|
44
44
|
}
|