feat: base frontend

feat: base openapi v2 to openapi v3 generation
This commit is contained in:
2025-08-07 16:23:22 +01:00
parent 56e78231de
commit 859e075407
28 changed files with 6349 additions and 9 deletions

11
web/src/app.html 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" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>