Compare commits

..

No commits in common. "15552eff541f9e039c189947645ac7283c5945a4" and "26499658a48cdb475058d1102c5be531f66beb5d" have entirely different histories.

3 changed files with 3 additions and 11 deletions

1
.gitignore vendored
View File

@ -131,4 +131,3 @@ package-lock.json
build
*.sqlite
docs

View File

@ -25,11 +25,6 @@ Backend Server
yarn dev
```
### Generate Docs
```
yarn docs
```
### Docker w/ postgres 🐳
```bash

View File

@ -53,12 +53,10 @@
"nodemon": "^2.0.6",
"sqlite3": "^5.0.0",
"ts-node": "^9.0.0",
"typedoc": "^0.19.2",
"typescript": "^4.1.2"
},
"scripts": {
"dev": "nodemon src/app.ts",
"build": "tsc",
"docs": "typedoc --out docs src"
"build": "tsc"
}
}