added embed file to TODO for when doing live server

This commit is contained in:
Pagwin 2025-11-30 13:47:20 -05:00
parent 476e4a663c
commit 290e69f700
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -4,5 +4,6 @@
- [ ] minify js and css when copying over instead of just copying
- [ ] setup fingerprinting in file names for css and js
- [ ] dev server setup (with live reloading)
- https://hackage-content.haskell.org/package/warp-3.4.10/docs/Network-Wai-Handler-Warp.html
- https://hackage-content.haskell.org/package/warp-3.4.10
- https://hackage.haskell.org/package/file-embed
- [ ] see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck)