Skip to content

Commit

Permalink
Merge branch 'main' into dj-all-the-things
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers committed Nov 25, 2023
2 parents 8274260 + 57e4ed7 commit ab8ba45
Show file tree
Hide file tree
Showing 135 changed files with 3,711 additions and 1,982 deletions.
2 changes: 1 addition & 1 deletion mediorum/.version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.5.21",
"version": "0.5.22",
"service": "content-node"
}
2 changes: 1 addition & 1 deletion monitoring/uptime/node-ui/.env.stage.local
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For testing staging locally (ie, npm run stage)
VITE_ENV_OVERRIDE=stage
VITE_NODE_TYPE_OVERRIDE=discovery
VITE_NODE_URL_OVERRIDE=https://discoveryprovider3.staging.audius.co
VITE_NODE_URL_OVERRIDE=https://discoveryprovider2.staging.audius.co
VITE_AUDIUS_URL_OVERRIDE=https://staging.audius.co

VITE_ETH_NETWORK_ID_OVERRIDE=5
Expand Down
27 changes: 15 additions & 12 deletions monitoring/uptime/node-ui/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Node UI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<!DOCTYPE html>
<html lang="en" class="h-full">

<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Node UI</title>
</head>

<body class="h-full overflow-x-hidden">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>
Loading

0 comments on commit ab8ba45

Please sign in to comment.