Skip to content

Commit

Permalink
Use built frontend from frontend repo (#132)
Browse files Browse the repository at this point in the history
* Use built frontend from frontend repo

* Fix update dns request

* Update frontend
  • Loading branch information
wendevlin authored Nov 21, 2024
1 parent ac9b202 commit eed4d37
Show file tree
Hide file tree
Showing 228 changed files with 799 additions and 2,007 deletions.
4 changes: 3 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ func main() {

// Serve static help files
staticFiles := http.FileServer(http.Dir(wwwRoot))
http.Handle("/landingpage/", http.StripPrefix("/landingpage", staticFiles))
http.Handle("/static/", staticFiles)
http.Handle("/frontend_es5/", staticFiles)
http.Handle("/frontend_latest/", staticFiles)

// Start mDNS broadcast
log.Print("Start mDNS broadcast")
Expand Down
2 changes: 2 additions & 0 deletions rootfs/usr/share/www/frontend_es5/13.FVg-bJ7UPN8.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rootfs/usr/share/www/frontend_es5/13.FVg-bJ7UPN8.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rootfs/usr/share/www/frontend_es5/135.6BtoC0vo6HU.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rootfs/usr/share/www/frontend_es5/135.6BtoC0vo6HU.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eed4d37

Please sign in to comment.