mirror of
https://github.com/SupertigerDev/waybar-online.git
synced 2026-03-24 08:06:37 +00:00
6 lines
98 B
TypeScript
6 lines
98 B
TypeScript
import { defineConfig } from "vite";
|
|
|
|
export default defineConfig({
|
|
base: "/waybar-online",
|
|
});
|