First bits of pure lustre-javascript for user login session

This commit is contained in:
Lett Osprey 2026-03-29 13:53:16 +02:00
parent a1e4eb1dff
commit e6851255dc
41 changed files with 8413 additions and 733 deletions

6344
client/dist/client.js vendored Normal file

File diff suppressed because it is too large Load diff

17
client/dist/index.html vendored Normal file
View file

@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>
client
</title>
<script src="/client.js" type="module"></script>
</head>
<body><div id="app"></div></body>
</html>