WIP: modify dev server to use as test server, also

This commit is contained in:
2024-06-12 10:50:06 -07:00
parent 333931c82c
commit 16fc0bf793
4 changed files with 89 additions and 58 deletions

View File

@@ -3,11 +3,6 @@
<head>
<title>Infantry Combat Solo Basic</title>
<link rel="stylesheet" href="assets/css/style.css">
<script>
const source = new EventSource('/esbuild');
source.addEventListener('change', () => location.reload());
// source.addEventListener('message', (e) => console.log(e));
</script>
</head>
<body>
<template id="damage-block">