diff options
author | sameerasw <[email protected]> | 2025-05-14 15:13:10 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-05-14 15:13:12 +0530 |
commit | 441eca689b34492f6be1ef657f8e1b074a99b219 (patch) | |
tree | d546d80e2dee2bce6d8c10fc095f4629fa6f40d6 /web-ext-config.mjs | |
parent | b800fba3005429a1d73b9e281c1f06a8e17917b6 (diff) |
cleanup
Diffstat (limited to 'web-ext-config.mjs')
-rw-r--r-- | web-ext-config.mjs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/web-ext-config.mjs b/web-ext-config.mjs deleted file mode 100644 index a1d7916..0000000 --- a/web-ext-config.mjs +++ /dev/null @@ -1,19 +0,0 @@ -import "dotenv/config";
-
-export default {
- artifactsDir: "builds",
- ignoreFiles: [
- "node_modules/",
- ".git/",
- ".gitignore",
- ".env"
- ],
- build: {
- overwriteDest: true
- },
- sign: {
- apiKey: process.env.FIREFOX_API_KEY,
- apiSecret: process.env.FIREFOX_API_SECRET,
- channel: "listed"
- }
-};
\ No newline at end of file |