mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user