feat: add serve command

This commit is contained in:
Benex254
2024-10-06 01:04:20 +03:00
parent a747529279
commit f7b2b4e0c9
5 changed files with 742 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ commands = {
"completions": "completions.completions",
"update": "update.update",
"grab": "grab.grab",
"serve": "serve.serve",
}