@farming-labs/docs 0.0.3-beta.1 → 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.
@@ -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 run dev`)} to start the dev server.`));
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farming-labs/docs",
3
- "version": "0.0.3-beta.1",
3
+ "version": "0.0.3-beta.3",
4
4
  "description": "Modern, flexible MDX-based docs framework — core types, config, and CLI",
5
5
  "keywords": [
6
6
  "docs",