init for public release

This commit is contained in:
geoffsee
2025-08-25 15:15:13 -04:00
commit 3995b14f9e
11 changed files with 2393 additions and 0 deletions

10
muxox.toml Normal file
View File

@@ -0,0 +1,10 @@
[[service]]
name = "frontend"
cmd = "pnpm client:dev"
cwd = "./"
log_capacity = 5000
[[service]]
name = "backend"
cmd = "pnpm server:dev"
cwd = "./"