vovk-cli 0.0.1-draft.38 → 0.0.1-draft.39
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/dist/dev/index.mjs +1 -0
- package/package.json +2 -2
package/dist/dev/index.mjs
CHANGED
|
@@ -278,6 +278,7 @@ export class VovkDev {
|
|
|
278
278
|
const now = Date.now();
|
|
279
279
|
this.#projectInfo = await getProjectInfo();
|
|
280
280
|
const { log, config, cwd, apiDir } = this.#projectInfo;
|
|
281
|
+
log.info('Starting');
|
|
281
282
|
if (config.devHttps) {
|
|
282
283
|
const agent = new Agent({
|
|
283
284
|
connect: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vovk-cli",
|
|
3
|
-
"version": "0.0.1-draft.
|
|
3
|
+
"version": "0.0.1-draft.39",
|
|
4
4
|
"bin": {
|
|
5
5
|
"vovk": "./dist/index.mjs"
|
|
6
6
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://vovk.dev",
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"vovk": "^3.0.0-draft.
|
|
39
|
+
"vovk": "^3.0.0-draft.34"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@inquirer/prompts": "^7.1.0",
|