Files
statespaces/vite.config.js
Christoph Urlacher b7e49864a7
All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 10s
Add vite config
2025-08-31 20:07:49 +02:00

6 lines
96 B
JavaScript

import { defineConfig } from "vite";
export default defineConfig({
base: "chriphost.de",
});