starting to integrate old api

This commit is contained in:
talksik
2022-06-08 04:52:05 -05:00
parent 87be0e303f
commit 290387e2f9
30 changed files with 1288 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"ignore": ["**/*.test.ts", "**/*.spec.ts", "node_modules"],
"watch": ["./"],
"exec": "npm start",
"ext": "ts"
}