feat: v1 done

This commit is contained in:
2023-07-14 17:14:24 +00:00
committed by GitHub
parent a721c9ec3a
commit 2b63ece70c
25 changed files with 1026 additions and 0 deletions

7
sern.config.json Normal file
View File

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