what I've been working on (still unusable)

This commit is contained in:
2022-07-23 14:36:27 +00:00
parent 1755f22c39
commit 284c88ea73
8 changed files with 1368 additions and 0 deletions

7
sern.config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"language": "typescript",
"paths": {
"base": ".",
"commands": "commands"
}
}