Skip to content

Commit

Permalink
Build client
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Apr 15, 2023
1 parent a346ca6 commit 8c2660b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "viser"
version = "0.0.3"
version = "0.0.4"
description = "3D visualization helper"
authors = ["brentyi <[email protected]>"]
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions viser/client/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/static/css/main.992126cd.css",
"main.js": "/static/js/main.721d9a9f.js",
"main.js": "/static/js/main.a49fc256.js",
"index.html": "/index.html",
"main.992126cd.css.map": "/static/css/main.992126cd.css.map",
"main.721d9a9f.js.map": "/static/js/main.721d9a9f.js.map"
"main.a49fc256.js.map": "/static/js/main.a49fc256.js.map"
},
"entrypoints": [
"static/css/main.992126cd.css",
"static/js/main.721d9a9f.js"
"static/js/main.a49fc256.js"
]
}
2 changes: 1 addition & 1 deletion viser/client/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Viser</title><script defer="defer" src="/static/js/main.721d9a9f.js"></script><link href="/static/css/main.992126cd.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.svg"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Viser</title><script defer="defer" src="/static/js/main.a49fc256.js"></script><link href="/static/css/main.992126cd.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 8c2660b

Please sign in to comment.