diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-24 23:55:23 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-24 23:55:23 -0400 |
commit | 71f8dfb26c9bee7721682dbe230e8a0137af2ce6 (patch) | |
tree | 75dba1981636289012771fd729203e055f7dba80 /frontend/dist/index.html | |
parent | 670ac840093f7aa03e8a2350faf28002ba6ec9eb (diff) | |
download | donetick-71f8dfb26c9bee7721682dbe230e8a0137af2ce6.tar.gz donetick-71f8dfb26c9bee7721682dbe230e8a0137af2ce6.tar.bz2 donetick-71f8dfb26c9bee7721682dbe230e8a0137af2ce6.zip |
Update frontend handler to serve static files from embedded FS for selfhosted option
Diffstat (limited to '')
-rw-r--r-- | frontend/dist/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/dist/index.html b/frontend/dist/index.html new file mode 100644 index 0000000..5cdba0d --- /dev/null +++ b/frontend/dist/index.html @@ -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>
\ No newline at end of file |