dev comfort

This commit is contained in:
iw0 2023-10-17 19:04:32 +02:00
parent 97d3ac1492
commit 1a1eaf1af8
2 changed files with 7 additions and 3 deletions

View File

@ -5,8 +5,7 @@
"webextension-polyfill": "github:mozilla/webextension-polyfill"
},
"scripts": {
"start:firefox": "web-ext run",
"debug": "web-ext run --devtools --firefox deved --url https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"
"start:firefox": "web-ext run"
},
"dependencies": {
"luhn": "^2.4.1",

View File

@ -4,5 +4,10 @@ module.exports = {
"package.json",
"web-ext-config.js",
".DS_Store"
]
],
run: {
devtools: true,
firefox: "deved",
startUrl: ["https://www.bahn.de/buchung/fahrgastrechte?einstiegtyp=BC100"]
}
}