begin prototype, transcript browser

This commit is contained in:
Krzosa Karol
2025-07-27 10:18:54 +02:00
parent c8a4d19a72
commit 6724814440
19 changed files with 165 additions and 263 deletions

5
init.project.lua Normal file
View File

@@ -0,0 +1,5 @@
function CC(cmd)
Cmd { working_dir = GetProjectPath(), destination = "console", cmd = cmd }
end