Cybersecurity-Projects/PROJECTS/advanced/ai-threat-detection/frontend
CarterPerez-dev 012d849366 feat(infra): add Docker and nginx infrastructure for frontend
Dev: Vite dev server in Node 24 container with hot reload via volume
mount and named volume for node_modules isolation.

Prod: Multi-stage build (pnpm build → nginx) serving static files with
API/WebSocket reverse proxy to backend.
2026-02-28 11:21:11 -05:00
..
public/assets feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
src feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
.dockerignore feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
.gitignore feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
.stylelintignore feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
biome.json feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
index.html feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
package.json feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
stylelint.config.js feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
tsconfig.app.json feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
tsconfig.json feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
tsconfig.node.json feat(frontend): strip auth and configure for AngelusVigil 2026-02-28 10:34:02 -05:00
vite.config.ts feat(infra): add Docker and nginx infrastructure for frontend 2026-02-28 11:21:11 -05:00