about summary refs log tree commit diff stats
path: root/web-ext-config.js
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-22 22:30:35 +0100
committerHygna <hygna@proton.me>2022-10-22 22:30:35 +0100
commitd0bab00b403465a02c66875fc75ae8dfae83e330 (patch)
treeedf8b2a59076c180e0b2db4ec18e370052dec321 /web-ext-config.js
parentMerge https://codeberg.org/LibRedirect/libredirect (diff)
downloadlibredirect-d0bab00b403465a02c66875fc75ae8dfae83e330.zip
Moved web-ext config from flags to js file
Diffstat (limited to 'web-ext-config.js')
-rw-r--r--web-ext-config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
index f30b73e3..dd90deca 100644
--- a/web-ext-config.js
+++ b/web-ext-config.js
@@ -1,3 +1,10 @@
 module.exports = {
 	ignoreFiles: ["instances/get_instances.py"],
+	sourceDir: "./src/",
+	run: {
+		browserConsole: true,
+	},
+	build: {
+		overwriteDest: true
+	}
 }