@subscribeflow/sdk 1.0.33 → 1.2.0

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 CHANGED
@@ -409,7 +409,7 @@ If the API changes, you can regenerate the TypeScript types from the OpenAPI sch
409
409
 
410
410
  ```bash
411
411
  # Make sure the backend is running
412
- make backend
412
+ just backend
413
413
 
414
414
  # Fetch OpenAPI schema and generate types
415
415
  curl http://localhost:8000/openapi.json -o openapi.json