Skip to content

Commit

Permalink
refactor: init
Browse files Browse the repository at this point in the history
  • Loading branch information
rharkor committed May 27, 2024
1 parent c28f150 commit d740d77
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/scripts/init/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import * as fs from "fs/promises"
import { exit } from "node:process"
import * as path from "path"

import { logger } from "@next-boilerplate/lib"

import { getPath } from "./utils/path"
import { codingEnv } from "./coding-env"
import { completeInitialisation } from "./complete-initialisation"
Expand All @@ -17,9 +15,6 @@ import { replaceTokens } from "./replace-tokens"
config()

async function main() {
// Clear the terminal
logger.clear()

const alreadyInitialized = await fs
.access(path.join(getPath(), "packages", "scripts", ".init-todo"))
.then(() => false)
Expand Down

0 comments on commit d740d77

Please sign in to comment.