mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add express, automated mongodb atlas setup, fix stack architech
This commit is contained in:
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user