mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix flags validation and new stack architech design
This commit is contained in:
@@ -43,8 +43,7 @@ function generateReadmeContent(options: ProjectConfig): string {
|
||||
const packageManagerRunCmd =
|
||||
packageManager === "npm" ? "npm run" : packageManager;
|
||||
|
||||
// Determine the web port based on the frontend framework
|
||||
let webPort = "3001"; // Default for TanStack Router and TanStack Start
|
||||
let webPort = "3001";
|
||||
if (hasReactRouter) {
|
||||
webPort = "5173";
|
||||
} else if (hasNext) {
|
||||
|
||||
Reference in New Issue
Block a user