fix build cycle

main
Nevysha 2023-07-17 13:03:10 +02:00
parent 1f5f3f6255
commit 84780363be
11 changed files with 5579 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,15 @@
body {
overflow: hidden !important;
}
.nevysha.skip-interrupt-wrapper {
justify-content: space-between;
}
.nevysha.skip-interrupt-wrapper button {
width: 50%;
}
#tooltip-container {
margin-top: 25px;
}

File diff suppressed because it is too large Load Diff

7
client/assets/index.css Normal file

File diff suppressed because one or more lines are too long

1936
client/assets/index.js Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

1614
client/assets/worker-json.js Normal file

File diff suppressed because it is too large Load Diff

14
client/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite App</title>
<script type="module" crossorigin src="/cozy-nest-client/assets/index.js"></script>
<link rel="stylesheet" href="/cozy-nest-client/assets/index.css">
</head>
<body>
<div id="app"></div>
</body>
</html>