Client converted to TypeScript, client uses webpack
This commit is contained in:
File diff suppressed because one or more lines are too long
1
client/static/assets/bundle.js.LICENSE.txt
Normal file
1
client/static/assets/bundle.js.LICENSE.txt
Normal file
@@ -0,0 +1 @@
|
||||
/*! p5.js v1.2.0 December 19, 2020 */
|
||||
File diff suppressed because one or more lines are too long
@@ -9,11 +9,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="./socket.io.min.js"></script>
|
||||
<script>
|
||||
const socket = io("https://blobbystrike.ioi.lt", {secure: true});
|
||||
</script>
|
||||
<script src="./p5js/p5.min.js"></script>
|
||||
<script src="./bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user