improvement(browser-use): added secrets to browser use agent (#375)

* updated husky

* added secrets to browser use, fixed gitignore

* fixed prettier ignore

* fixed param

* fixed PR comments
This commit is contained in:
Waleed Latif
2025-05-18 19:56:42 -07:00
committed by GitHub
parent c7866c8388
commit 18ce26616e
12 changed files with 164 additions and 118 deletions

View File

@@ -22,7 +22,8 @@
"test": "turbo run test",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "turbo run lint"
"lint": "turbo run lint",
"prepare": "bun husky"
},
"overrides": {
"react": "19.1.0",