diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-26 12:09:46 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-26 12:09:46 +0000 |
commit | c93fd6e2d455ea4208f9e5ca6bfbd1c0e9fd1ad9 (patch) | |
tree | 8baed2c232b629a98b21006adf440f6f83d5da57 /package.json | |
parent | 363cfbae076f4494ddd5fddcf03de622f6247051 (diff) |
refactor: allow Cypress to override config
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index c2e5a81..f96ef07 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,9 @@ "license": "GPL-3.0-or-later", "dependencies": { "@sendgrid/mail": "^6.5.5", + "@types/cookie-parser": "^1.4.6", "activitypub-types": "^1.0.3", + "cookie-parser": "^1.4.6", "cors": "^2.8.5", "dompurify": "^3.0.6", "express": "^4.18.2", |