Skip to content

Commit c9dc049

Browse files
committed
static: add dist
1 parent 5572079 commit c9dc049

File tree

5 files changed

+3940
-8
lines changed

5 files changed

+3940
-8
lines changed

internal/static/.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,7 @@
22
logs
33
*.log
44
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
7-
pnpm-debug.log*
8-
lerna-debug.log*
9-
105
node_modules
11-
dist
12-
dist-ssr
13-
*.local
146

157
# Editor directories and files
168
.vscode/*

internal/static/dist/assets/index-BNI2Edks.js

Lines changed: 3921 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/static/dist/assets/index-u-v1PK22.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/static/dist/favicon.ico

15 KB
Binary file not shown.

internal/static/dist/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="./favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Statsviz</title>
8+
<script type="module" crossorigin src="./assets/index-BNI2Edks.js"></script>
9+
<link rel="stylesheet" crossorigin href="./assets/index-u-v1PK22.css">
10+
</head>
11+
<body>
12+
<div id="app"></div>
13+
</body>
14+
</html>

0 commit comments

Comments
 (0)