[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:
parent
5779777d89
commit
53190fddf5
19 changed files with 1266 additions and 748 deletions
|
@ -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()],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue