Skip to content

Commit ca1b731

Browse files
authored
[ez] Run yarn && yarn build on client editor (#1470)
[ez] Run yarn && yarn build on client editor Urgh, forgot to include this in #1468 when merging, but published it with this included so it's fine --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/lastmile-ai/aiconfig/pull/1470). * __->__ #1470 * #1468
2 parents e93afe2 + 6aa5c0a commit ca1b731

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"files": {
3-
"main.js": "/static/js/main.7c035924.js",
3+
"main.js": "/static/js/main.dde99e89.js",
44
"index.html": "/index.html",
5-
"main.7c035924.js.map": "/static/js/main.7c035924.js.map"
5+
"main.dde99e89.js.map": "/static/js/main.dde99e89.js.map"
66
},
77
"entrypoints": [
8-
"static/js/main.7c035924.js"
8+
"static/js/main.dde99e89.js"
99
]
1010
}
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="/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>AIConfig Editor</title><script defer="defer" src="/static/js/main.7c035924.js"></script></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="/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>AIConfig Editor</title><script defer="defer" src="/static/js/main.dde99e89.js"></script></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

python/src/aiconfig/editor/server/static/static/js/main.7c035924.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

python/src/aiconfig/editor/server/static/static/js/main.7c035924.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/src/aiconfig/editor/server/static/static/js/main.dde99e89.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.

python/src/aiconfig/editor/server/static/static/js/main.dde99e89.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.

0 commit comments

Comments
 (0)