Skip to content

Commit

Permalink
M src/program/build.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
NazmusSayad committed Sep 27, 2024
1 parent 5ef44ef commit bac0cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/build.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import fs from 'fs'
import tsc from '../scripts/tsc'
import ansiColors from 'ansi-colors'
import { CompileOptions } from './types.t'
import makeOutput from '../scripts/makeOutputFile'
import { getNodeModulesTempDir } from '../utils'
import { cleanDir, getAllFiles } from '../utils/fs'
import ansiColors from 'ansi-colors'

export default async function (rootPath: string, options: BuildOptions) {
console.log(`Build started at ${rootPath}`)
Expand Down

0 comments on commit bac0cb6

Please sign in to comment.