@farming-labs/docs 0.0.20 → 0.0.21
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/cli/index.mjs +1 -0
- package/package.json +1 -1
package/dist/cli/index.mjs
CHANGED
|
@@ -1832,6 +1832,7 @@ async function init(options = {}) {
|
|
|
1832
1832
|
}
|
|
1833
1833
|
const devCmd = pmFresh === "yarn" ? "yarn dev" : pmFresh === "npm" ? "npm run dev" : pmFresh === "bun" ? "bun dev" : "pnpm dev";
|
|
1834
1834
|
p.outro(pc.green(`Done! Run ${pc.cyan(`cd ${projectName} && ${devCmd}`)} to start the dev server and navigate to the /docs.`));
|
|
1835
|
+
p.outro(pc.green("Happy documenting!"));
|
|
1835
1836
|
process.exit(0);
|
|
1836
1837
|
}
|
|
1837
1838
|
let framework = detectFramework(cwd);
|