Update frontend handler to serve static files from embedded FS for selfhosted option

This commit is contained in:
Mo Tarbin 2024-07-24 23:55:23 -04:00
parent 670ac84009
commit 71f8dfb26c
2 changed files with 34 additions and 8 deletions

9
frontend/dist/index.html vendored Normal file
View file

@ -0,0 +1,9 @@
<html>
<head>
<title>This file will be replaced by the frontend build process</title>
</head>
<body>
<h5>This file will be replaced by the frontend build process</h5>
</body>
</html>