Skip to content

Commit

Permalink
Unfix now unbroken export
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 26, 2025
1 parent 355505c commit decc5f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import chokidar from 'chokidar'
import { basename, relative } from 'path'
// @ts-ignore
import makeArray from 'make-array'
import ignoreExport from 'ignore'
import ignore from 'ignore'
// @ts-ignore
import cpx from 'cpx2'
import { inspect } from 'util'
Expand All @@ -14,8 +14,6 @@ import { getCopyGlob } from './lib/build-static/index.js'
import { builder } from './lib/builder.js'
import { TopBunAggregateError } from './lib/helpers/top-bun-aggregate-error.js'

const ignore = ignoreExport.default

/**
* @import { TopBunOpts, Results } from './lib/builder.js'
* @import { FSWatcher, Stats } from 'node:fs'
Expand Down

0 comments on commit decc5f8

Please sign in to comment.