aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd/staticfs/main.go
AgeCommit message (Collapse)Author
2026-01-24all: embed CSS and index HTML template using memfsShulhan
Previously, with direct embed, every time we change the CSS or index template, we need to restart the "ciigo serve" command. Using memfs make us easy to update and see the changes directly, without restarting the server.