Skip to content

Commit

Permalink
remove node url import
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni009 committed Mar 2, 2024
1 parent 1ec272d commit 070c7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fileURLToPath, URL } from 'node:url'
import { fileURLToPath } from 'node:url'

import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
Expand Down

0 comments on commit 070c7ff

Please sign in to comment.