aboutsummaryrefslogtreecommitdiff
path: root/pkg/ext/fileserver.go
AgeCommit message (Collapse)Author
2023-06-25fix: Actually read from embeddedGabriel Arakaki Giovanini
Previous implementation was not reading from embedded fs.
2023-06-25feat: Add static file to output binGabriel Arakaki Giovanini
Now the final binary has a standalone web server including necessary static file.