Update frontend handler to serve static files from embedded FS for selfhosted option
This commit is contained in:
parent
670ac84009
commit
71f8dfb26c
2 changed files with 34 additions and 8 deletions
9
frontend/dist/index.html
vendored
Normal file
9
frontend/dist/index.html
vendored
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue