feat(interface): frontend updates and Nexus branding

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
jon
2026-07-11 07:25:14 -05:00
parent 53eaed4c7f
commit 5c2df30342
25 changed files with 1139 additions and 329 deletions
Regular → Executable
+3
View File
@@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
// host: true binds 0.0.0.0 so the Windows browser can reach the dev server
// through WSL2 (loopback-only binding isn't reliably forwarded out of WSL).
server: { host: true },
})