Spaces:
Sleeping
Sleeping
abadesalex
commited on
Commit
β’
d0cfa36
1
Parent(s):
10f2c8a
Update build
Browse files- FastAPI/app/build/asset-manifest.json +3 -3
- FastAPI/app/build/index.html +1 -1
- FastAPI/app/build/static/js/main.76e15e36.js +0 -0
- FastAPI/app/build/static/js/{main.98763516.js.LICENSE.txt β main.76e15e36.js.LICENSE.txt} +0 -0
- FastAPI/app/build/static/js/main.76e15e36.js.map +0 -0
- FastAPI/app/build_copy_v3/asset-manifest.json +10 -0
- FastAPI/app/build_copy_v3/favicon.ico +0 -0
- FastAPI/app/build_copy_v3/index.html +1 -0
- FastAPI/app/build_copy_v3/logo192.png +0 -0
- FastAPI/app/build_copy_v3/logo512.png +0 -0
- FastAPI/app/build_copy_v3/manifest.json +25 -0
- FastAPI/app/build_copy_v3/robots.txt +3 -0
- FastAPI/app/{build β build_copy_v3}/static/js/main.98763516.js +0 -0
- FastAPI/app/build_copy_v3/static/js/main.98763516.js.LICENSE.txt +136 -0
- FastAPI/app/{build β build_copy_v3}/static/js/main.98763516.js.map +0 -0
FastAPI/app/build/asset-manifest.json
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
{
|
2 |
"files": {
|
3 |
-
"main.js": "/static/js/main.
|
4 |
"index.html": "/index.html",
|
5 |
-
"main.
|
6 |
},
|
7 |
"entrypoints": [
|
8 |
-
"static/js/main.
|
9 |
]
|
10 |
}
|
|
|
1 |
{
|
2 |
"files": {
|
3 |
+
"main.js": "/static/js/main.76e15e36.js",
|
4 |
"index.html": "/index.html",
|
5 |
+
"main.76e15e36.js.map": "/static/js/main.76e15e36.js.map"
|
6 |
},
|
7 |
"entrypoints": [
|
8 |
+
"static/js/main.76e15e36.js"
|
9 |
]
|
10 |
}
|
FastAPI/app/build/index.html
CHANGED
@@ -1 +1 @@
|
|
1 |
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.
|
|
|
1 |
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.76e15e36.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
FastAPI/app/build/static/js/main.76e15e36.js
ADDED
The diff for this file is too large to render.
See raw diff
|
|
FastAPI/app/build/static/js/{main.98763516.js.LICENSE.txt β main.76e15e36.js.LICENSE.txt}
RENAMED
File without changes
|
FastAPI/app/build/static/js/main.76e15e36.js.map
ADDED
The diff for this file is too large to render.
See raw diff
|
|
FastAPI/app/build_copy_v3/asset-manifest.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"files": {
|
3 |
+
"main.js": "/static/js/main.98763516.js",
|
4 |
+
"index.html": "/index.html",
|
5 |
+
"main.98763516.js.map": "/static/js/main.98763516.js.map"
|
6 |
+
},
|
7 |
+
"entrypoints": [
|
8 |
+
"static/js/main.98763516.js"
|
9 |
+
]
|
10 |
+
}
|
FastAPI/app/build_copy_v3/favicon.ico
ADDED
FastAPI/app/build_copy_v3/index.html
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/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="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.98763516.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|
FastAPI/app/build_copy_v3/logo192.png
ADDED
FastAPI/app/build_copy_v3/logo512.png
ADDED
FastAPI/app/build_copy_v3/manifest.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"short_name": "React App",
|
3 |
+
"name": "Create React App Sample",
|
4 |
+
"icons": [
|
5 |
+
{
|
6 |
+
"src": "favicon.ico",
|
7 |
+
"sizes": "64x64 32x32 24x24 16x16",
|
8 |
+
"type": "image/x-icon"
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"src": "logo192.png",
|
12 |
+
"type": "image/png",
|
13 |
+
"sizes": "192x192"
|
14 |
+
},
|
15 |
+
{
|
16 |
+
"src": "logo512.png",
|
17 |
+
"type": "image/png",
|
18 |
+
"sizes": "512x512"
|
19 |
+
}
|
20 |
+
],
|
21 |
+
"start_url": ".",
|
22 |
+
"display": "standalone",
|
23 |
+
"theme_color": "#000000",
|
24 |
+
"background_color": "#ffffff"
|
25 |
+
}
|
FastAPI/app/build_copy_v3/robots.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# https://www.robotstxt.org/robotstxt.html
|
2 |
+
User-agent: *
|
3 |
+
Disallow:
|
FastAPI/app/{build β build_copy_v3}/static/js/main.98763516.js
RENAMED
File without changes
|
FastAPI/app/build_copy_v3/static/js/main.98763516.js.LICENSE.txt
ADDED
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
|
3 |
+
* @license MIT
|
4 |
+
* @preserve Project Home: https://github.com/voidqk/polybooljs
|
5 |
+
*/
|
6 |
+
|
7 |
+
/*
|
8 |
+
object-assign
|
9 |
+
(c) Sindre Sorhus
|
10 |
+
@license MIT
|
11 |
+
*/
|
12 |
+
|
13 |
+
/*
|
14 |
+
* @copyright 2016 Sean Connelly (@voidqk), http://syntheti.cc
|
15 |
+
* @license MIT
|
16 |
+
* @preserve Project Home: https://github.com/voidqk/polybooljs
|
17 |
+
*/
|
18 |
+
|
19 |
+
/*!
|
20 |
+
* The buffer module from node.js, for the browser.
|
21 |
+
*
|
22 |
+
* @author Feross Aboukhadijeh <https://feross.org>
|
23 |
+
* @license MIT
|
24 |
+
*/
|
25 |
+
|
26 |
+
/*!
|
27 |
+
* Determine if an object is a Buffer
|
28 |
+
*
|
29 |
+
* @author Feross Aboukhadijeh <https://feross.org>
|
30 |
+
* @license MIT
|
31 |
+
*/
|
32 |
+
|
33 |
+
/*!
|
34 |
+
* pad-left <https://github.com/jonschlinkert/pad-left>
|
35 |
+
*
|
36 |
+
* Copyright (c) 2014-2015, Jon Schlinkert.
|
37 |
+
* Licensed under the MIT license.
|
38 |
+
*/
|
39 |
+
|
40 |
+
/*!
|
41 |
+
* repeat-string <https://github.com/jonschlinkert/repeat-string>
|
42 |
+
*
|
43 |
+
* Copyright (c) 2014-2015, Jon Schlinkert.
|
44 |
+
* Licensed under the MIT License.
|
45 |
+
*/
|
46 |
+
|
47 |
+
/*!
|
48 |
+
* The buffer module from node.js, for the browser.
|
49 |
+
*
|
50 |
+
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
|
51 |
+
* @license MIT
|
52 |
+
*/
|
53 |
+
|
54 |
+
/*!
|
55 |
+
* The buffer module from node.js, for the browser.
|
56 |
+
*
|
57 |
+
* @author Feross Aboukhadijeh <https://feross.org>
|
58 |
+
* @license MIT
|
59 |
+
*/
|
60 |
+
|
61 |
+
/*! Native Promise Only
|
62 |
+
v0.8.1 (c) Kyle Simpson
|
63 |
+
MIT License: http://getify.mit-license.org
|
64 |
+
*/
|
65 |
+
|
66 |
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
67 |
+
|
68 |
+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
69 |
+
|
70 |
+
/**
|
71 |
+
* @license React
|
72 |
+
* react-dom.production.min.js
|
73 |
+
*
|
74 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
75 |
+
*
|
76 |
+
* This source code is licensed under the MIT license found in the
|
77 |
+
* LICENSE file in the root directory of this source tree.
|
78 |
+
*/
|
79 |
+
|
80 |
+
/**
|
81 |
+
* @license React
|
82 |
+
* react-is.production.min.js
|
83 |
+
*
|
84 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
85 |
+
*
|
86 |
+
* This source code is licensed under the MIT license found in the
|
87 |
+
* LICENSE file in the root directory of this source tree.
|
88 |
+
*/
|
89 |
+
|
90 |
+
/**
|
91 |
+
* @license React
|
92 |
+
* react-jsx-runtime.production.min.js
|
93 |
+
*
|
94 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
95 |
+
*
|
96 |
+
* This source code is licensed under the MIT license found in the
|
97 |
+
* LICENSE file in the root directory of this source tree.
|
98 |
+
*/
|
99 |
+
|
100 |
+
/**
|
101 |
+
* @license React
|
102 |
+
* react.production.min.js
|
103 |
+
*
|
104 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
105 |
+
*
|
106 |
+
* This source code is licensed under the MIT license found in the
|
107 |
+
* LICENSE file in the root directory of this source tree.
|
108 |
+
*/
|
109 |
+
|
110 |
+
/**
|
111 |
+
* @license React
|
112 |
+
* scheduler.production.min.js
|
113 |
+
*
|
114 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
115 |
+
*
|
116 |
+
* This source code is licensed under the MIT license found in the
|
117 |
+
* LICENSE file in the root directory of this source tree.
|
118 |
+
*/
|
119 |
+
|
120 |
+
/** @license React v16.13.1
|
121 |
+
* react-is.production.min.js
|
122 |
+
*
|
123 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
124 |
+
*
|
125 |
+
* This source code is licensed under the MIT license found in the
|
126 |
+
* LICENSE file in the root directory of this source tree.
|
127 |
+
*/
|
128 |
+
|
129 |
+
/** @license React v17.0.2
|
130 |
+
* react-is.production.min.js
|
131 |
+
*
|
132 |
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
133 |
+
*
|
134 |
+
* This source code is licensed under the MIT license found in the
|
135 |
+
* LICENSE file in the root directory of this source tree.
|
136 |
+
*/
|
FastAPI/app/{build β build_copy_v3}/static/js/main.98763516.js.map
RENAMED
File without changes
|