Skip to content

Commit 9fb31a7

Browse files
authored
Update build directory (#13)
1 parent 54aafeb commit 9fb31a7

File tree

6 files changed

+80
-2
lines changed

6 files changed

+80
-2
lines changed

ui/build/asset-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "/static/css/main.8e1b0419.css",
4-
"main.js": "/static/js/main.9e6da6cf.js",
4+
"main.js": "/static/js/main.fd4d9c8f.js",
55
"static/js/787.b603e55d.chunk.js": "/static/js/787.b603e55d.chunk.js",
66
"static/media/slack_icon.png": "/static/media/slack_icon.55ad9eabc7f642f5e5a5.png",
77
"static/media/documentation_icon.png": "/static/media/documentation_icon.18b10dd030d16dcf402a.png",

ui/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon32.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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Parseable Log Storage</title><script defer="defer" src="/static/js/main.9e6da6cf.js"></script><link href="/static/css/main.8e1b0419.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon32.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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Parseable Log Storage</title><script defer="defer" src="/static/js/main.9e6da6cf.js"></script><link href="/static/css/main.8e1b0419.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

ui/build/static/js/main.fd4d9c8f.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
/*!
2+
Copyright (c) 2018 Jed Watson.
3+
Licensed under the MIT License (MIT), see
4+
http://jedwatson.github.io/classnames
5+
*/
6+
7+
/*!
8+
* Programatically add the following
9+
*/
10+
11+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
12+
13+
/**
14+
* @license React
15+
* react-dom.production.min.js
16+
*
17+
* Copyright (c) Facebook, Inc. and its affiliates.
18+
*
19+
* This source code is licensed under the MIT license found in the
20+
* LICENSE file in the root directory of this source tree.
21+
*/
22+
23+
/**
24+
* @license React
25+
* react-jsx-runtime.production.min.js
26+
*
27+
* Copyright (c) Facebook, Inc. and its affiliates.
28+
*
29+
* This source code is licensed under the MIT license found in the
30+
* LICENSE file in the root directory of this source tree.
31+
*/
32+
33+
/**
34+
* @license React
35+
* react.production.min.js
36+
*
37+
* Copyright (c) Facebook, Inc. and its affiliates.
38+
*
39+
* This source code is licensed under the MIT license found in the
40+
* LICENSE file in the root directory of this source tree.
41+
*/
42+
43+
/**
44+
* @license React
45+
* scheduler.production.min.js
46+
*
47+
* Copyright (c) Facebook, Inc. and its affiliates.
48+
*
49+
* This source code is licensed under the MIT license found in the
50+
* LICENSE file in the root directory of this source tree.
51+
*/
52+
53+
/**
54+
* React Router v6.3.0
55+
*
56+
* Copyright (c) Remix Software Inc.
57+
*
58+
* This source code is licensed under the MIT license found in the
59+
* LICENSE.md file in the root directory of this source tree.
60+
*
61+
* @license MIT
62+
*/
63+
64+
/** @license React v16.13.1
65+
* react-is.production.min.js
66+
*
67+
* Copyright (c) Facebook, Inc. and its affiliates.
68+
*
69+
* This source code is licensed under the MIT license found in the
70+
* LICENSE file in the root directory of this source tree.
71+
*/
72+
73+
//! moment.js

ui/build/static/js/main.fd4d9c8f.js.map

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

ui/src/utils/api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import axios from "axios";
22

3+
34
export const getServerURL = () => {
45
return "/";
56
};

0 commit comments

Comments
 (0)