feat: add web-ext to develop (#930)

This commit is contained in:
Konv Suu
2024-07-28 21:16:18 +08:00
committed by GitHub
parent d2c6a90b8f
commit cfb97cd3b0

View File

@@ -104,5 +104,13 @@
},
"lint-staged": {
"*": "eslint --fix"
},
"webExt": {
"sourceDir": "extension",
"run": {
"startUrl": [
"https://www.bilibili.com/"
]
}
}
}