@farming-labs/docs 0.0.3-beta.2 → 0.0.3-beta.3
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 -1
- package/package.json +1 -1
package/dist/cli/index.mjs
CHANGED
|
@@ -1536,7 +1536,7 @@ async function init(options = {}) {
|
|
|
1536
1536
|
} catch {
|
|
1537
1537
|
p.log.warn("pnpm install failed. Run pnpm install manually inside the project.");
|
|
1538
1538
|
}
|
|
1539
|
-
p.outro(pc.green(`Done! Run ${pc.cyan(`cd ${projectName} && pnpm
|
|
1539
|
+
p.outro(pc.green(`Done! Run ${pc.cyan(`cd ${projectName} && pnpm dev`)} to start the dev server and navigate to the /docs.`));
|
|
1540
1540
|
process.exit(0);
|
|
1541
1541
|
}
|
|
1542
1542
|
let framework = detectFramework(cwd);
|