Skip to content

Commit dd5e437

Browse files
authored
chore: use node: protocol when importing built-in modules (#2)
1 parent d0a3122 commit dd5e437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/postbuild.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { basename, dirname, resolve } from 'path'
1+
import { basename, dirname, resolve } from 'node:path'
22
import { readFile, writeFile } from 'node:fs/promises'
33
import { fileURLToPath } from 'node:url'
44
import fg from 'fast-glob'

0 commit comments

Comments
 (0)