From f869d3f11121c3cce7851dd8a5479333184abbcb Mon Sep 17 00:00:00 2001 From: bobbydigitales Date: Sun, 10 Mar 2024 15:50:01 -0700 Subject: [PATCH] update TODOs --- main.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.go b/main.go index 4c2c9d7..e5e9f4c 100644 --- a/main.go +++ b/main.go @@ -36,6 +36,10 @@ // and make a little cluster // Domain name so we can get a certificate and serve HTTPS / HTTP3 +// Think about compiling Typescript on initial access and caching the JS in a service worker +// so you don't need a build system to change things. +// Think about self-hosting the client so the system can be completely self-hosted + package main import (