vite: remove unused variable

This commit is contained in:
Alex Gleason 2025-04-23 13:38:57 -05:00
parent cc2c89af36
commit e24d07348d
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react-swc";
import path from "node:path"; import path from "node:path";
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig(({ mode }) => ({ export default defineConfig(() => ({
server: { server: {
host: "::", host: "::",
port: 8080, port: 8080,