mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09: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";
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user