add diagnostics meta

This commit is contained in:
Dax Raad
2025-05-26 12:40:17 -04:00
parent e01afb407c
commit 59d43fa5da
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ function App() {
const [state, setState] = useState(initial)
const [input, setInput] = useState("")
useEffect(() => {
fetch("http://localhost:16713/event")
.then(stream => {