Files
coach-portal/netlify.toml
T
wmj 0c2da241aa
Deploy to Netlify / build-and-deploy (push) Failing after 14m42s
feat: initial commit — Falah Coach Portal v0.1
- React 18 + Vite 5 + TailwindCSS 3 SPA
- Mission Control dashboard
- AI Co-Pilot & Simulator view
- Tactical Audio Briefings library
- MS Loop Wiki integration view
- Global audio player in sidebar
- Netlify deployment config with SPA redirect
- GitHub Actions CI/CD workflow
2026-08-23 12:10:24 +08:00

9 lines
120 B
TOML

[build]
command = "npm run build"
publish = "dist"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200