feat: embed frontend dist

This commit is contained in:
Steven
2024-04-26 23:31:05 +08:00
parent 70602b8c6c
commit 8aebafd531
24 changed files with 70 additions and 102 deletions

11
server/route/frontend/dist/index.html vendored Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Slash</title>
</head>
<body>
No embeddable frontend found.
</body>
</html>