Skip to content

Commit

Permalink
Update tsup.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
so1ve authored Jun 21, 2024
1 parent e54bb75 commit 4df6eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite-plugin-checker/tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig, Options } from 'tsup'
import { rename, stat } from 'fs/promises'
import { rename } from 'fs/promises'

const shared: Options = {
entry: ['src'],
Expand Down

0 comments on commit 4df6eec

Please sign in to comment.