Skip to content

Commit

Permalink
Adding dist
Browse files Browse the repository at this point in the history
  • Loading branch information
YanivZalach committed Jan 23, 2024
1 parent 8486027 commit 5022156
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
dist
#dist
dist-ssr
*.local

Expand Down
1 change: 1 addition & 0 deletions dist/assets/index-W1Eqxged.css

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

43 changes: 43 additions & 0 deletions dist/assets/index-hWpoY2UR.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -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>Excel and CSV Viewer</title>
<script type="module" crossorigin src="/assets/index-hWpoY2UR.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-W1Eqxged.css">
</head>
<body>
<!-- The app UI -->
<div id="app"></div>
</body>
</html>

0 comments on commit 5022156

Please sign in to comment.