Skip to content

Commit c6689a8

Browse files
committed
remove node url import
1 parent 3477e32 commit c6689a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { fileURLToPath, URL } from 'node:url';
1+
import { fileURLToPath } from 'node:url';
22

33
import { defineConfig } from 'vite';
44
import vue from '@vitejs/plugin-vue';

0 commit comments

Comments
 (0)