Commit graph

3 commits

Author SHA1 Message Date
7c9ca7c3ae Rename createServer to createHttpServer
Differentiate the http-server's creation function with future create
server functions that create other kinds of servers.
2025-02-03 10:01:24 +01:00
03d8872895 Implement watch command
Add command that watches the source files for changes and (re)spawns the
serve local server whenever a change is detected.  This skips having to
manually restart the serve server every time a change is made.
2025-02-02 21:27:11 +01:00
c8527f17f7 Reorganise source files into src and web
Use a more traditional source code layout with the code located in the
src/ dir and static web content in the web/ dir, while the other places
are for data not related to code or content.
2025-02-02 10:37:42 +01:00
Renamed from cli.ts (Browse further)