From 7757f92b33ee43f0d305230d3e3b062607ff4137 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 20 Nov 2023 12:05:42 +0000 Subject: [PATCH] Fix ui files --- backend/Makefile | 2 +- backend/ui/{dist => }/assets/index-030c7d0e.js | 0 backend/ui/{dist => }/assets/index-86d2f9e8.css | 0 backend/ui/dist/index.html | 16 ---------------- backend/ui/index.html | 4 ++-- 5 files changed, 3 insertions(+), 19 deletions(-) rename backend/ui/{dist => }/assets/index-030c7d0e.js (100%) rename backend/ui/{dist => }/assets/index-86d2f9e8.css (100%) delete mode 100644 backend/ui/dist/index.html diff --git a/backend/Makefile b/backend/Makefile index 2bd9a8f9..4b23a5d3 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -4,7 +4,7 @@ all: help build_ui: - cd ../frontend && yarn build && cp -r dist ../backend/ui + cd ../frontend && yarn build && cp -r dist/* ../backend/ui ###################### # TESTING AND COVERAGE diff --git a/backend/ui/dist/assets/index-030c7d0e.js b/backend/ui/assets/index-030c7d0e.js similarity index 100% rename from backend/ui/dist/assets/index-030c7d0e.js rename to backend/ui/assets/index-030c7d0e.js diff --git a/backend/ui/dist/assets/index-86d2f9e8.css b/backend/ui/assets/index-86d2f9e8.css similarity index 100% rename from backend/ui/dist/assets/index-86d2f9e8.css rename to backend/ui/assets/index-86d2f9e8.css diff --git a/backend/ui/dist/index.html b/backend/ui/dist/index.html deleted file mode 100644 index ba027216..00000000 --- a/backend/ui/dist/index.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - OpenGPTs - - - - - -
- - - diff --git a/backend/ui/index.html b/backend/ui/index.html index a973704c..ba027216 100644 --- a/backend/ui/index.html +++ b/backend/ui/index.html @@ -6,8 +6,8 @@ OpenGPTs - - + +