mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add nuxt and expo with orpc
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user