Skip to content

Commit dc63bf4

Browse files
Lucas BeloLucas Belo
Lucas Belo
authored and
Lucas Belo
committed
Cognito frontend integration
1 parent 24afeda commit dc63bf4

File tree

7 files changed

+2984
-407
lines changed

7 files changed

+2984
-407
lines changed

services/tasks_ui/index.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + Vue</title>
7+
<title>Tasks</title>
88
</head>
99
<body>
1010
<div id="app"></div>
1111
<script type="module" src="/src/main.js"></script>
12+
<script>
13+
window.global = window;
14+
var exports = {};
15+
</script>
1216
</body>
13-
</html>
17+
</html>

0 commit comments

Comments
 (0)