[Feature] Helm Integration (#2)

Co-authored-by: dunemask <dunemask@gmail.com>
Reviewed-on: https://gitea.dunemask.net/elysium/minecluster/pulls/2
This commit is contained in:
dunemask 2023-08-21 20:49:38 +00:00
parent 5779777d89
commit 53190fddf5
19 changed files with 1266 additions and 748 deletions

View file

@ -5,6 +5,7 @@ import path from "node:path";
const { MCL_VITE_BACKEND_URL, MCL_VITE_DEV_PORT } = process.env;
const backendUrl = MCL_VITE_BACKEND_URL ?? "http://localhost:52000";
const vitePort = MCL_VITE_DEV_PORT ?? 52025;
export default () => {
return defineConfig({
plugins: [react()],