feature: poll orders

This commit is contained in:
2025-10-11 20:02:39 +00:00
parent 4cd806a582
commit e2df7a3062

2
app.js Normal file
View File

@@ -0,0 +1,2 @@
const orders = [];
setInterval(() => fetch('/api/orders').then(r => r.json()), 2000);