WIP: implement build status plugin

This commit is contained in:
2024-05-31 13:41:06 -07:00
parent 52377f4969
commit 10b27a788d
2 changed files with 59 additions and 9 deletions

View File

@@ -244,7 +244,9 @@
<input type="file" accept="image/svg+xml"/>
<script>
new EventSource('/esbuild').addEventListener('change', () => location.reload());
const source = new EventSource('/esbuild');
source.addEventListener('change', () => location.reload());
source.addEventListener('message', (e) => console.log(e));
</script>
<script src="index.js"></script>
<script src="soldier_record_block.js"></script>