Skip to content

Commit

Permalink
Also convert curation-dashboard to use vite.
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 25, 2025
1 parent 7dbd341 commit 681faf6
Show file tree
Hide file tree
Showing 15 changed files with 3,388 additions and 16,445 deletions.
2 changes: 1 addition & 1 deletion apps/curation-dashboard/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/coverage

# production
/build
/dist

# misc
.DS_Store
Expand Down
26 changes: 26 additions & 0 deletions apps/curation-dashboard/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!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" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="/manifest.json" />

<title>Model curation dashboard</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading

0 comments on commit 681faf6

Please sign in to comment.