docus 2.0.0-alpha.0 → 2.0.0-alpha.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/dist/main.mjs +1 -1
- package/package.json +1 -1
package/dist/main.mjs
CHANGED
|
@@ -178,7 +178,7 @@ function createCLI(opts) {
|
|
|
178
178
|
async setup({ args }) {
|
|
179
179
|
const dir = resolve2(args.dir);
|
|
180
180
|
const { runCommand } = await import("nuxi");
|
|
181
|
-
await runCommand("init", [dir, "-t", "gh:
|
|
181
|
+
await runCommand("init", [dir, "-t", "gh:nuxtlabs/docus/.starter", dir]);
|
|
182
182
|
}
|
|
183
183
|
});
|
|
184
184
|
const dev = defineCommand({
|