dev comfort
This commit is contained in:
parent
97d3ac1492
commit
1a1eaf1af8
@ -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",
|
||||
|
@ -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"]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user