create-agentuity 0.0.7 → 0.0.8

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/setup.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-agentuity",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {
package/setup.ts CHANGED
@@ -60,6 +60,6 @@ for (const file of filesToRemove) {
60
60
 
61
61
  console.log('\n✨ Setup complete!\n');
62
62
  console.log(` Next steps:`);
63
- console.log(` 1. bun run build`);
63
+ console.log(` 1. cd ./${projectName}`);
64
64
  console.log(` 2. bun run dev`);
65
- console.log(`\n Your app will be running at http://localhost:3000\n`);
65
+ console.log(`\n Your agents will be running at http://localhost:3000\n`);