Skip to content

Commit 64cdadd

Browse files
committed
Update Frontend code for Production
1 parent 058ad8c commit 64cdadd

File tree

9 files changed

+364
-0
lines changed

9 files changed

+364
-0
lines changed

client/dist/assets/index-DWfC-glO.js

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

client/dist/explode.png

39.7 KB
Loading

client/dist/go.png

9.48 KB
Loading

client/dist/golang.png

15.1 KB
Loading

client/dist/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/goloang.png" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>GO + React + TS</title>
8+
<script type="module" crossorigin src="/assets/index-DWfC-glO.js"></script>
9+
</head>
10+
<body>
11+
<div id="root"></div>
12+
</body>
13+
</html>

client/dist/react.png

89.8 KB
Loading

client/dist/vite.svg

Lines changed: 1 addition & 0 deletions
Loading

client/tsconfig.app.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"root":["./src/app.tsx","./src/main.tsx","./src/vite-env.d.ts","./src/chakra/theme.ts","./src/components/navbar.tsx","./src/components/todoform.tsx","./src/components/todoitem.tsx","./src/components/todolist.tsx"],"version":"5.6.3"}

client/tsconfig.node.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"root":["./vite.config.ts"],"version":"5.6.3"}

0 commit comments

Comments
 (0)