diff options
Diffstat (limited to 'setup.md')
-rw-r--r-- | setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,4 +16,4 @@ Sequelize will handle tables for you, no need to do anything besides make the db In production, use `yarn start` to start the bot. In dev, use `yarn dev` to start the bot. -The difference is the typescript compiler it uses. `yarn start` uses esbuild, which is speedy af but doesn't actually check code for errrors. `yarn dev` uses tsc which is slower but checks for errors. +The difference is the typescript compiler it uses. `yarn start` uses esbuild, which is speedy af but doesn't actually check code for errrors. `yarn dev` uses tsc which is slower but checks for errors.
\ No newline at end of file |