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.
- package/package.json +1 -1
- package/setup.ts +2 -2
package/package.json
CHANGED
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.
|
|
63
|
+
console.log(` 1. cd ./${projectName}`);
|
|
64
64
|
console.log(` 2. bun run dev`);
|
|
65
|
-
console.log(`\n Your
|
|
65
|
+
console.log(`\n Your agents will be running at http://localhost:3000\n`);
|