Skip to content

Commit

Permalink
include dist
Browse files Browse the repository at this point in the history
  • Loading branch information
GradientSurfer committed Jan 5, 2024
1 parent 84f7b51 commit 1eb5fc2
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion draw2img/ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ lerna-debug.log*

node_modules
.DS_Store
dist
# dist
dist-ssr
coverage
*.local
Expand Down
Binary file added draw2img/ui/dist/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added draw2img/ui/dist/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added draw2img/ui/dist/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions draw2img/ui/dist/assets/index-RcOG8W0N.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions draw2img/ui/dist/assets/index-r44gxu-d.js

Large diffs are not rendered by default.

Binary file added draw2img/ui/dist/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added draw2img/ui/dist/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added draw2img/ui/dist/favicon.ico
Binary file not shown.
18 changes: 18 additions & 0 deletions draw2img/ui/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Draw2Img</title>
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<script type="module" crossorigin src="/assets/index-r44gxu-d.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-RcOG8W0N.css">
</head>
<body>
<div id="app"></div>
</body>
</html>

0 comments on commit 1eb5fc2

Please sign in to comment.