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
Copy file name to clipboardExpand all lines: docs/docs/development/type-generation.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,26 +42,26 @@ export default defineConfig({
42
42
43
43
When the frontend is served through AppKit in dev mode, AppKit's dev server already includes `appKitTypesPlugin()` internally. You still want it in your client build pipeline if you run `vite build` separately.
44
44
45
-
## CLI: `appkit-generate-types`
45
+
## CLI: `appkitgenerate-types`
46
46
47
47
For manual type generation or CI/CD pipelines, use the CLI command:
48
48
49
49
```bash
50
50
# Requires DATABRICKS_WAREHOUSE_ID (or pass as 3rd arg)
0 commit comments