@wagq/wa-cli 0.5.0 → 0.5.1
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/init/index.js +1 -1
- package/package.json +1 -1
package/lib/init/index.js
CHANGED
|
@@ -7,7 +7,7 @@ const after = require("./after.js");
|
|
|
7
7
|
const { execSync } = require("child_process");
|
|
8
8
|
|
|
9
9
|
const viteBin = "npm create vite@latest";
|
|
10
|
-
const uniAppBin = "npm create
|
|
10
|
+
const uniAppBin = "npm create unibest";
|
|
11
11
|
|
|
12
12
|
const urls = {
|
|
13
13
|
vue单页面后台: { remote: "sdmu-gaoqi/vite-vue" },
|