diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-08-08 01:21:25 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-08-08 01:21:25 +0100 |
| commit | 50509a261385ed5ce6a7099257ae8c58cb006881 (patch) | |
| tree | a9b3abf37cebd2bb6471e90bc99792db1a329592 /package.json | |
| parent | 84cea12bd2e647f449b9133e6dcaf5312b92f321 (diff) | |
Add live reloading
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index d700de3..197ee3a 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "@types/express": "^4.17.13", "@types/glob": "^7.2.0", "axios": "^1.4.0", + "chokidar": "^3.5.3", "dateformat": "^5.0.2", "dotenv-defaults": "^3.0.0", "ejs": "^3.1.6", |
