WIP: modify dev server to use as test server, also
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user