API Reference
This section contains auto-generated API documentation from TypeDoc.
Installation
bash
bun add @lucent/core @lucent/cliCLI Commands
bash
# Initialize a new project
lucent init
# Start development server
lucent dev
# Generate types
lucent typegen
# Run migrations
lucent migrateTypeScript Types
All TypeScript types are exported from @lucent/core:
typescript
import type { LucentConfig, Collection, Field, User } from "@lucent/core";