You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@
64
64
65
65
- [ ] Finish API Handler & add languages support
66
66
- [ ] dev mode
67
-
- [] websocket port now is hardcoded to `3001`
67
+
- [x] websocket port now is hardcoded to `3001`
68
68
- [ ] Granular Rebuilds
69
69
- right now, the `rebuild_page()` function rebuilds both client and server bundles entirely, this is slow. only rebuild changed pages, and eventually, changed components
70
70
- [ ] implement real HMR, not just restarting the page (line 34 in live_reload.js)
0 commit comments