started adding some command functionality

This commit is contained in:
Valentijn :)
2024-01-16 12:28:59 +01:00
parent eaa428518a
commit 713bb6136f
11 changed files with 711 additions and 67 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"express": "^4.18.2"
}
}