New guests can be added, returning players recognised, and games are saved properly, locking the board. Changed webpack config to compile typescript with babel.

This commit is contained in:
Daniel Ledda
2020-05-25 22:52:10 +02:00
parent f08105c39f
commit 5342b7a48e
14 changed files with 333 additions and 157 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="static/favicon.ico" />
<link rel="icon" href="static/game/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
@@ -17,6 +17,6 @@
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<script src="static/bundle.js"></script>
<script src="static/game/bundle.js"></script>
</body>
</html>