add nuxt and expo with orpc

This commit is contained in:
Aman Varshney
2025-04-23 13:03:38 +05:30
parent 49c7d4f436
commit d3a80b7e63
145 changed files with 2013 additions and 874 deletions

View File

@@ -17,7 +17,6 @@ import { initializeGit, updatePackageConfigurations } from "./project-config";
import { setupRuntime } from "./runtime-setup";
import {
copyBaseTemplate,
fixGitignoreFiles,
handleExtras,
setupAddonsTemplate,
setupAuthTemplate,
@@ -70,8 +69,6 @@ export async function createProject(options: ProjectConfig): Promise<string> {
await initializeGit(projectDir, options.git);
await fixGitignoreFiles(projectDir, options);
log.success("Project template successfully scaffolded!");
if (options.install) {