mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-05 19:18:39 +02:00
feat(backend): serve static frontend files
This commit is contained in:
7
backend/public/README.md
Normal file
7
backend/public/README.md
Normal 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.
|
Reference in New Issue
Block a user