chore: use build & start process for development as well #2222

Merged
Sainan merged 5 commits from dev-redux into main 2025-06-20 18:30:53 -07:00
Showing only changes of commit c2ee66896f - Show all commits

View File

@ -1,3 +1,5 @@
/* eslint-disable */
function openWebSocket() { function openWebSocket() {
window.ws = new WebSocket("/custom/ws"); window.ws = new WebSocket("/custom/ws");
window.ws.onmessage = e => { window.ws.onmessage = e => {