feat: add ai chat example and update flags structure

This commit is contained in:
Aman Varshney
2025-03-31 22:52:21 +05:30
parent d6c4127bf5
commit a6ac5dc86c
32 changed files with 485 additions and 263 deletions

View File

@@ -5,7 +5,7 @@ import type {
ProjectConfig,
ProjectDatabase,
ProjectOrm,
Runtime,
ProjectRuntime,
} from "../types";
export async function createReadme(projectDir: string, options: ProjectConfig) {
@@ -80,7 +80,7 @@ function generateFeaturesList(
auth: boolean,
addons: ProjectAddons[],
orm: ProjectOrm,
runtime: Runtime,
runtime: ProjectRuntime,
): string {
const addonsList = [
"- **TypeScript** - For type safety and improved developer experience",