Drop legacy blocks table during migration - Fix linter issues

This commit is contained in:
nymkappa
2022-01-20 17:20:02 +09:00
parent 92de2bbc03
commit a8e5f44937
5 changed files with 15 additions and 14 deletions

View File

@@ -17,6 +17,6 @@ sudo npm install -g ts-node nodemon
> Note: You can find your npm global binary folder using `npm -g bin`, where nodemon will be installed.
```
nodemon src/index.ts --ignore cache/
nodemon src/index.ts --ignore cache/ --ignore pools.json
```