@crossdelta/platform-sdk 0.3.25 → 0.3.27

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 (3) hide show
  1. package/README.md +3 -3
  2. package/bin/cli.js +48 -48
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -119,14 +119,14 @@ pf new hono-micro services/payments --ai \
119
119
 
120
120
  ```bash
121
121
  cd my-platform
122
- pf dev
122
+ bun dev
123
123
  ```
124
124
 
125
125
  This will:
126
126
  - 🔄 Auto-generate `.env.local` from infrastructure config
127
- - 🚀 Start all services in watch mode
127
+ - 🚀 Start NATS + all services in watch mode (via Turbo)
128
128
  - 🔌 Auto-assign unique ports per service
129
- - 📦 Install dependencies when `package.json` changes
129
+ - 📦 Monitor for file changes and hot-reload
130
130
 
131
131
  <br />
132
132