feat(interface): frontend updates and Nexus branding
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Regular → Executable
+3
@@ -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 },
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user