Helm, Actions, Dev updates, and much more! (#4)

Co-authored-by: dunemask <dunemask@gmail.com>
Reviewed-on: https://gitea.dunemask.net/elysium/nile/pulls/4
This commit is contained in:
dunemask 2023-08-18 17:43:33 +00:00
parent db2953b151
commit 45b20ae2b0
16 changed files with 1230 additions and 883 deletions

View file

@ -3,13 +3,12 @@ import react from "@vitejs/plugin-react";
import path from "node:path";
export default () => {
return defineConfig({
host: "0.0.0.0",
port: process.env.VITE_DEV_PORT ?? 5173,
plugins: [react()],
server: {
port: process.env.VITE_DEV_PORT ?? 5173,
host: "0.0.0.0",
hmr: {
protocol: process.env.VITE_DEV_PROTOCOL ?? "ws",
protocol: process.env.VITE_DEV_PROTOCOL ?? "wss",
},
},
build: {