Skip to content

Commit

Permalink
Switched from create react app to vite. (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuinox authored Sep 21, 2023
1 parent 9838b08 commit e2b2bfa
Show file tree
Hide file tree
Showing 7 changed files with 3,739 additions and 18,851 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ obj
*.user
**/Properties/launchSettings.json
**/testenvironments.json

/src/Draco.Trace.Visualizer/dist/
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
name="description"
content="Web site created using create-react-app"
/>
<script type="module" src="/src/index.tsx"></script>
<title>React App</title>
</head>
<body>
Expand Down
Loading

0 comments on commit e2b2bfa

Please sign in to comment.