You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only generated when the user opts in. Iframe-based UI using the App Extensions SDK, supporting: initialization, resizing, modals, notifications/snackbars, theme handling.
74
74
75
+
## Development
76
+
77
+
To test app generation locally:
78
+
79
+
```bash
80
+
npx tsx src/cli.ts app
81
+
```
82
+
83
+
This creates an `app/` directory in the repo root (gitignored via `*-app/`).
0 commit comments