add express, automated mongodb atlas setup, fix stack architech

This commit is contained in:
Aman Varshney
2025-04-07 21:32:22 +05:30
parent c6c73fce76
commit 2cf01d155b
38 changed files with 902 additions and 393 deletions

View File

@@ -18,8 +18,7 @@ export const DEFAULT_CONFIG: ProjectConfig = {
git: true,
packageManager: getUserPkgManager(),
noInstall: false,
turso: false,
prismaPostgres: false,
dbSetup: "none",
backend: "hono",
runtime: "bun",
};
@@ -62,6 +61,11 @@ export const dependencyVersionMap = {
"@hono/trpc-server": "^0.3.4",
hono: "^4.7.5",
cors: "^2.8.5",
express: "^5.1.0",
"@types/express": "^5.0.1",
"@types/cors": "^2.8.17",
ai: "^4.2.8",
"@ai-sdk/google": "^1.2.3",