mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 04:59:22 +00:00
vite: remove unused variable
This commit is contained in:
parent
cc2c89af36
commit
e24d07348d
@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react-swc";
|
||||
import path from "node:path";
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig(({ mode }) => ({
|
||||
export default defineConfig(() => ({
|
||||
server: {
|
||||
host: "::",
|
||||
port: 8080,
|
||||
|
Loading…
x
Reference in New Issue
Block a user