Skip to content

Commit

Permalink
chore: use fs/promises
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Nov 8, 2024
1 parent 6026b34 commit 8d40724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/vite.hook.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig, normalizePath } from 'vite'
import { viteStaticCopy } from 'vite-plugin-static-copy'
import { promises as fs } from 'node:fs'
import fs from 'node:fs/promises'
import path from 'node:path'
import url from 'node:url'

Expand Down

0 comments on commit 8d40724

Please sign in to comment.