From 070c7ff310fbbfd2a4e31f7a74427213dac1f5ee Mon Sep 17 00:00:00 2001 From: Lenni009 Date: Sat, 2 Mar 2024 11:53:54 +0100 Subject: [PATCH] remove node url import --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 6496f76..3f1680e 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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'