build: add Firefox development foundation

This commit is contained in:
golem
2026-07-29 16:13:35 -06:00
parent db4f65f5e6
commit 457d979fb2
9 changed files with 4273 additions and 22 deletions
+20
View File
@@ -0,0 +1,20 @@
export default {
sourceDir: ".",
artifactsDir: "web-ext-artifacts",
ignoreFiles: [
"AGENTS.md",
"CHANGELOG.md",
"README.md",
"package.json",
"package-lock.json",
"web-ext-config.mjs",
"web-ext-artifacts/**",
],
build: {
filename: "search-with-chatgpt-firefox-{version}.zip",
overwriteDest: true,
},
lint: {
warningsAsErrors: true,
},
};