feat(backend): serve static frontend files

This commit is contained in:
2025-03-11 18:50:10 +01:00
parent 9088916f92
commit bbf83ef811
4 changed files with 55 additions and 17 deletions

7
backend/public/README.md Normal file
View File

@ -0,0 +1,7 @@
# Static Frontend Hosting
All files in this directory will be merged into the server binary and served as static assets by the HexDeck server.
When building with docker, the compiled frontend will be copied here automatically.
If you are building manually, you can copy the contents of the `dist/client/` folder here after building the frontend.