feat: updated darkmode colors + auto detect port during dev

This commit is contained in:
Anoop M D
2026-01-01 18:57:42 +05:30
parent d76ed83057
commit 3432e1d688
4 changed files with 190 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
"scripts": {
"setup": "node ./scripts/setup.js",
"watch:converters": "npm run watch --workspace=packages/bruno-converters",
"dev": "concurrently --kill-others \"npm run dev:web\" \"npm run dev:electron\"",
"dev": "node ./scripts/dev.js",
"watch": "npm run dev:watch",
"dev:watch": "node ./scripts/dev-hot-reload.js",
"dev:web": "npm run dev --workspace=packages/bruno-app",