1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-07-02 19:52:47 +03:00

build: add allowScripts to package.json

This commit is contained in:
2026-06-04 16:10:33 +12:00
parent 7158e0cbad
commit 2b7171805c
+4
View File
@@ -46,5 +46,9 @@
"web-ext-run": {
"tmp": "^0.2.6"
}
},
"allowScripts": {
"esbuild": true,
"spawn-sync": true
}
}