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/api/appkit/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ plugin architecture, and React integration.
65
65
| Function | Description |
66
66
| ------ | ------ |
67
67
|[appKitTypesPlugin](Function.appKitTypesPlugin.md)| Vite plugin to generate types for AppKit queries. Calls generateFromEntryPoint under the hood. |
68
+
|[contentTypeFromPath](Function.contentTypeFromPath.md)| Resolve the MIME content type for a file path. |
68
69
|[createApp](Function.createApp.md)| Bootstraps AppKit with the provided configuration. |
69
70
|[createLakebasePool](Function.createLakebasePool.md)| Create a Lakebase pool with appkit's logger integration. Telemetry automatically uses appkit's OpenTelemetry configuration via global registry. |
70
71
|[generateDatabaseCredential](Function.generateDatabaseCredential.md)| Generate OAuth credentials for Postgres database connection using the proper Postgres API. |
0 commit comments