1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

remove sandbox feature flag and refactor to use bool

This commit is contained in:
John Harrington
2025-12-02 10:03:03 -07:00
parent 618d1dc1cb
commit b58207e409
11 changed files with 36 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ concurrently(
},
{
name: "Elec",
command: `npx wait-on ./build/main.js && npx electron ${process.env.SANDBOX_BUILD ? "" : "--no-sandbox "}--inspect=5858 ${args.join(
command: `npx wait-on ./build/main.js && npx electron --no-sandbox --inspect=5858 ${args.join(
" ",
)} ./build --watch`,
prefixColor: "green",