Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 2, 2024
1 parent b17ebfb commit 22c14ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/esbuild/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { nanoid } from 'nanoid/non-secure'
import { readdir, readFile } from 'node:fs/promises'
import { readdir, readFile, rm } from 'node:fs/promises'
import { tmpdir } from 'node:os'
import { join, parse, resolve } from 'node:path'
import { rm, SizeLimitError } from 'size-limit'
import { SizeLimitError } from 'size-limit'

import { convertConfig } from './convert-config.js'
import { getConfig } from './get-config.js'
Expand Down

0 comments on commit 22c14ee

Please sign in to comment.