add react router

This commit is contained in:
Aman Varshney
2025-04-02 19:50:38 +05:30
parent 6325e647ce
commit dafefb8449
78 changed files with 2160 additions and 748 deletions

View File

@@ -62,6 +62,7 @@ export async function createProject(options: ProjectConfig): Promise<string> {
options.backend,
options.orm,
options.database,
options.frontend,
);
await setupAuth(projectDir, options.auth);