Skip to content

Commit

Permalink
Fix ui files
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Nov 20, 2023
1 parent 40b625e commit 7757f92
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
16 changes: 0 additions & 16 deletions backend/ui/dist/index.html

This file was deleted.

4 changes: 2 additions & 2 deletions backend/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenGPTs</title>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<script type="module" crossorigin src="/assets/index-2a70d776.js"></script>
<link rel="stylesheet" href="/assets/index-0a533f7b.css">
<script type="module" crossorigin src="/assets/index-030c7d0e.js"></script>
<link rel="stylesheet" href="/assets/index-86d2f9e8.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 7757f92

Please sign in to comment.