vite HMR port

feat/orm-diffs
Niko PLP 3 days ago
parent 1753b6d5fb
commit 1cfb754d75
  1. 2
      app/nextgraph/vite.config.ts

@ -53,7 +53,7 @@ export default defineConfig((): UserConfig => {
? { ? {
protocol: "ws", protocol: "ws",
host, host,
port: process.env.NG_ENV_WEB ? 5184 : 5183, port: process.env.NG_ENV_WEB ? 1421 : 1420,
} }
: undefined, : undefined,
watch: { watch: {

Loading…
Cancel
Save