chore: initialize project workspace and install frontend dependencies

This commit is contained in:
2026-07-17 01:11:49 +01:00
commit bfa3a5c54a
29 changed files with 2845 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module nucleus
go 1.26.4
require (
github.com/mattn/go-sqlite3 v1.14.48
github.com/robfig/cron/v3 v3.0.1
)