init: AI HR Compliance Assistant

This commit is contained in:
freedakgmail
2026-07-23 12:34:43 +08:00
commit 820579e98d
81 changed files with 19327 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[build]
command = "cd frontend && npm install && npm run build"
publish = "frontend/dist"
[[redirects]]
from = "/api/*"
to = "http://localhost:3000/api/:splat"
status = 200
force = true
[[redirects]]
from = "/*"
to = "/index.html"
status = 200