Skip to content

Commit

Permalink
fix: add faucet retry to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Mar 24, 2022
1 parent 1259750 commit 0541f5b
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions static/installer/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "/installer/static/css/main.cfed29a4.css",
"main.js": "/installer/static/js/main.334f6d10.js",
"main.js": "/installer/static/js/main.9e0567e8.js",
"index.html": "/installer/index.html",
"main.cfed29a4.css.map": "/installer/static/css/main.cfed29a4.css.map",
"main.334f6d10.js.map": "/installer/static/js/main.334f6d10.js.map"
"main.9e0567e8.js.map": "/installer/static/js/main.9e0567e8.js.map"
},
"entrypoints": [
"static/css/main.cfed29a4.css",
"static/js/main.334f6d10.js"
"static/js/main.9e0567e8.js"
]
}
2 changes: 1 addition & 1 deletion static/installer/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="/installer/favicon.ico"/><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="/installer/logo192.png"/><link rel="manifest" href="/installer/manifest.json"/><title>React App</title><script defer="defer" src="/installer/static/js/main.334f6d10.js"></script><link href="/installer/static/css/main.cfed29a4.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="/installer/favicon.ico"/><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="/installer/logo192.png"/><link rel="manifest" href="/installer/manifest.json"/><title>React App</title><script defer="defer" src="/installer/static/js/main.9e0567e8.js"></script><link href="/installer/static/css/main.cfed29a4.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1 change: 0 additions & 1 deletion static/installer/js/main.334f6d10.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/installer/js/main.9e0567e8.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion static/installer/static/js/main.334f6d10.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions static/installer/static/js/main.9e0567e8.js.map

Large diffs are not rendered by default.

0 comments on commit 0541f5b

Please sign in to comment.