Files
bracket/frontend/Caddyfile
Erik Vroon 924e6681af Improvements after vite&yarn migration (#1426)
Also contains some minor fixes, e.g. login redirect handling
2025-11-14 08:24:39 +01:00

6 lines
80 B
Caddyfile

:3000 {
root * /app/dist
file_server
try_files {path} /index.html
}