All checks were successful
Build StateSpaces Docker Image / statespaces-docker (push) Successful in 10s
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
import { defineConfig } from "vite";
|
|
|
|
export default defineConfig({
|
|
base: "https://states.vps.chriphost.de",
|
|
});
|