Skip to content

Commit cc04dfb

Browse files
authored
change ui build commands to use new build dir (#275)
* change ui build commands to use new build dir * bump version to 2.10.1 * update UI
1 parent 4dfc70b commit cc04dfb

19 files changed

Lines changed: 1230 additions & 1392 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ build-ui:
3737
(cd ./ui && VITE_API="" pnpm build:local)
3838
rm -rf $(UI_OUT)
3939
mkdir -p $(UI_OUT)
40-
cp -r ./ui/.vercel/output/static/* $(UI_OUT)
40+
cp -r ./ui/build/* $(UI_OUT)
4141

4242
build-ui-cloud:
4343
(cd ./ui && VITE_API="" pnpm build:cloud)
4444
rm -rf $(UI_OUT)
4545
mkdir -p $(UI_OUT)
46-
cp -r ./ui/.vercel/output/static/* $(UI_OUT)
46+
cp -r ./ui/build/* $(UI_OUT)
4747

4848
build-api: build-grpc
4949
mkdir -p $(OPENAPI_OUT)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import{_ as e}from"./_page-eba074cd.js";export{e as universal};
1+
import{_ as e}from"./_page-367cd8be.js";export{e as universal};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import{_ as e}from"./_page-536ff9d9.js";export{e as universal};
1+
import{_ as e}from"./_page-eba074cd.js";export{e as universal};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import{_ as e}from"./_page-367cd8be.js";export{e as universal};
1+
import{_ as e}from"./_page-536ff9d9.js";export{e as universal};

server/generated/ui/_app/immutable/modules/pages/(app)/namespaces/_namespace_/workflows/_workflow_/_run_/history/compact/_page.ts-01d087ad.js

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

server/generated/ui/_app/immutable/modules/pages/(app)/namespaces/_namespace_/workflows/_workflow_/_run_/history/feed/_page.ts-01d087ad.js

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

server/generated/ui/_app/immutable/modules/pages/(app)/namespaces/_namespace_/workflows/_workflow_/_run_/history/json/_page.ts-01d087ad.js

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

server/generated/ui/_app/immutable/start-6233a272.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1674854986873"}
1+
{"version":"1674857040817"}

server/generated/ui/import.html

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

0 commit comments

Comments
 (0)