Init PocketBase Client

This commit is contained in:
2022-09-14 16:08:00 +02:00
parent 5331ce911b
commit 8028436d2c
6 changed files with 1292 additions and 0 deletions

6
Node/nodemon.json Normal file
View File

@@ -0,0 +1,6 @@
{
"watch": ["src"],
"ext": ".ts,.js",
"ignore": [],
"exec": "ts-node ./src/index.ts"
}