create-twenty-app 2.14.0 → 2.16.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.
Files changed (4) hide show
  1. package/README.md +1 -1
  2. package/dist/cli.cjs +30 -23
  3. package/dist/cli.mjs +35602 -5104
  4. package/package.json +2 -2
package/README.md CHANGED
@@ -49,7 +49,7 @@ Full documentation is available at **[docs.twenty.com/developers/extend/apps](ht
49
49
  ## Troubleshooting
50
50
 
51
51
  - Server not starting: check Docker is running (`docker info`), then try `yarn twenty docker:logs`.
52
- - Auth not working: run `yarn twenty remote:add --local` to re-authenticate.
52
+ - Auth not working: run `yarn twenty remote:add` to re-authenticate.
53
53
  - Types not generated: ensure `yarn twenty dev` is running — it auto-generates the typed client.
54
54
 
55
55
  ## Contributing