@crossdelta/platform-sdk 0.3.34 → 0.3.35
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/README.md +1 -1
- package/bin/cli.js +110 -110
- package/bin/templates/workspace/package.json.hbs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -228,7 +228,7 @@ export default handleEvent(OrderCreatedSchema, async (data) => {
|
|
|
228
228
|
| `pf new` | Interactive creation wizard |
|
|
229
229
|
| `pf new workspace <name>` | Scaffold a complete platform monorepo |
|
|
230
230
|
| `pf setup --ai` | Configure AI provider (OpenAI or Anthropic) |
|
|
231
|
-
| `pf
|
|
231
|
+
| `pf dev` | Start development mode with auto-reload |
|
|
232
232
|
|
|
233
233
|
### Service Commands
|
|
234
234
|
|