1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 09:33:27 +00:00

Desktop Native compile debug builds with debug log level (#17357)

* Desktop Native compile debug builds with debug log level

* typo in code comment
This commit is contained in:
neuronull
2025-11-17 08:14:50 -08:00
committed by GitHub
parent c67715ea29
commit a2abbd09bf
4 changed files with 34 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "",
"scripts": {
"build": "napi build --platform --js false",
"build": "node scripts/build.js",
"test": "cargo test"
},
"author": "",