1
0
forked from PGL/Clyde

solve access to /login

Vite won't export not specified page, so I specified it in the config.
This commit is contained in:
2024-03-05 10:51:49 +01:00
parent 36f1ab3203
commit dcd1fad6ac
2 changed files with 9 additions and 0 deletions

11
frontend/login/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Clyde - Login</title>
</head>
<body>
<div id="app"></div>
<script type=module src="/src/login.js"></script>
</body>
</html>