diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-10 08:53:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 08:53:18 +0900 |
commit | 2cd7b14333a727418584d95c71ee6cb10b9a4197 (patch) | |
tree | 839f379feabe210433278974a975297cec46a97e /package.json | |
parent | c25e4c959e226174ff286ab7523eabcc55496bbb (diff) | |
parent | 41cff833abdfc4f8ca9b8d426c1b382891fcf934 (diff) |
Merge pull request #311 from jbukl/pw-esm-fix
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 1a6ebf84..edb40411 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "css": "^3.0.0", "dexie": "^3.2.4", "dexie-export-import": "^4.0.7", + "dotenv": "^16.3.1", "esbuild": "^0.19.5", "eslint": "^8.52.0", "eslint-plugin-header": "^3.1.1", |