Files
frontend-svelte/Caddyfile
Ilia Mashkov cb740df1b2
All checks were successful
Workflow / build (push) Successful in 1m1s
Workflow / publish (push) Successful in 32s
feat: add caddyfile
2026-02-09 15:27:14 +03:00

6 lines
87 B
Caddyfile

:3000 {
root * /usr/share/caddy
file_server
try_files {path} /index.html
}