import {defineConfig} from "vite"; export default defineConfig({ base: "/climate", build: { outDir: "../dist", }, });