feat: add website package with Vite and Caddy

This commit is contained in:
Nathan Flurry 2026-01-25 04:05:12 -08:00
parent 4b483afbae
commit 924bacae4e
5 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,5 @@
:80 {
root * /srv
file_server
try_files {path} /index.html
}