init: AI HR Compliance Assistant
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user