m3
Some checks failed
CI / validate (push) Has been cancelled

This commit is contained in:
2026-03-23 00:16:50 -05:00
parent 1a9209431b
commit aeadb80fdb
22 changed files with 402 additions and 75 deletions

View File

@@ -4,7 +4,11 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
server: {
port: 5173
port: 5173,
proxy: {
"/api": "http://localhost:3000",
"/healthz": "http://localhost:3000"
}
},
test: {
environment: "jsdom",