Adds initial progress

This commit is contained in:
Michel Fedde 2025-03-28 23:19:54 +01:00
commit a0b668cb90
34 changed files with 2680 additions and 0 deletions

3
build/watch.mjs Normal file
View file

@ -0,0 +1,3 @@
import context from './context.mjs'
await context.watch();