feat(tag): supports little screen

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-13 10:17:46 +01:00
parent c79556fa85
commit 42edbe2732
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 51 additions and 32 deletions

View file

@ -79,6 +79,7 @@ func main() {
}
if dev {
slog.Info("Starting on http://localhost:8000/")
g.StartServer(":8000")
} else {
g.StartServer(":80")