buid node modules

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-13 14:02:26 +00:00
parent a9e8d6fe2d
commit ca5bf13c74
5368 changed files with 172937 additions and 50372 deletions

View File

@@ -1,9 +1,17 @@
:8020 {
root * /usr/share/caddy
# SPA routing - serve index.html for all non-file requests
try_files {path} /index.html
file_server
# Authenticated app served under /app
handle_path /app* {
uri strip_prefix /app
try_files {path} /index.html
file_server
}
# Marketing site is the public default
handle {
try_files {path} /marketing.html
file_server
}
}