Skip to content

Commit

Permalink
change to vite
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Nov 8, 2023
1 parent bda1f98 commit 3d97cff
Show file tree
Hide file tree
Showing 5 changed files with 1,609 additions and 675 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
client/dist
server/build
server/lakefile.olean
**/lake-packages/
**/.DS_Store
2 changes: 1 addition & 1 deletion client/public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>Lean Game Server</h1>
</p>
</div>
</noscript>
<script src="bundle.js"></script>
<script type="module" src="/client/src/index.tsx"></script>
</body>

</html>
Loading

0 comments on commit 3d97cff

Please sign in to comment.