diff --git a/web/app/vite.config.js b/web/app/vite.config.js index 27afca90..d7386ede 100644 --- a/web/app/vite.config.js +++ b/web/app/vite.config.js @@ -1,7 +1,6 @@ import { fileURLToPath, URL } from 'url' import { defineConfig } from 'vite' -import { resolve } from 'path' import vue from '@vitejs/plugin-vue' // https://vitejs.dev/config/