Skip to content

Commit

Permalink
(ui) add dist directory. doesnt look like we can avoid this one
Browse files Browse the repository at this point in the history
🐼, but sad.
  • Loading branch information
leonjza committed Sep 17, 2024
1 parent 4f8aa48 commit f4ca218
Show file tree
Hide file tree
Showing 5 changed files with 402 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

Expand Down
384 changes: 384 additions & 0 deletions web/ui/dist/assets/index-ApPLU5eo.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/ui/dist/assets/index-D5JT96tU.css

Large diffs are not rendered by default.

Binary file added web/ui/dist/favico.ico
Binary file not shown.
17 changes: 17 additions & 0 deletions web/ui/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favico.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gowitness - a golang screenshotting tool by @leonjza</title>
<script type="module" crossorigin src="/assets/index-ApPLU5eo.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D5JT96tU.css">
</head>

<body>
<div id="root"></div>
</body>

</html>

0 comments on commit f4ca218

Please sign in to comment.