demo/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Demo playground for at-your-service | schema and code gen</title>
<meta name="description" content="A live playground for the at-your-service developer tool. Frontend API observability, OpenAPI schema creation, and code generation using service workers as a proxy">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>