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-25 20:54:31 +0100
committerHygna <hygna@proton.me>2022-10-25 20:54:31 +0100
commit9d3239c81f73b75afacd5048fd7bd687c5e3a538 (patch)
treeee2b84bcde5a2b56fa4c42113a8ce0693ceba6f5 /web-ext-config.js
parentImproved the instance fetcher (diff)
downloadlibredirect-9d3239c81f73b75afacd5048fd7bd687c5e3a538.zip
Moved some configs to package.json, removed an unnecessary dependency, added shebang to get_instances.py
Diffstat (limited to 'web-ext-config.js')
-rw-r--r--web-ext-config.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
deleted file mode 100644
index 8c691b04..00000000
--- a/web-ext-config.js
+++ /dev/null
@@ -1,10 +0,0 @@
-module.exports = {
-	ignoreFiles: ["instances/get_instances.py"],
-	sourceDir: "./src/",
-	run: {
-		browserConsole: true,
-	},
-	build: {
-		overwriteDest: true,
-	},
-}