Skip to content

Commit

Permalink
refactor: node import protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse committed Dec 13, 2024
1 parent 62a880a commit e468295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/vite.local.config.mts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as path from 'path'
import * as path from 'node:path'

export const localConfig = () => {
if ((process.env.ALIAS || 'on').trim() === 'on') {
Expand Down

0 comments on commit e468295

Please sign in to comment.