fix(dev): add filestore src to dev hot reload watchers (#5223)

This commit is contained in:
maintainer-bruno
2025-07-30 18:45:28 +05:30
committed by GitHub
parent 5150251698
commit aae4f03fdf
2 changed files with 6 additions and 0 deletions

View File

@ -170,6 +170,11 @@ function startDevelopment() {
name: 'requests',
prefixColor: 'gray'
},
{
command: 'npm run watch --workspace=packages/bruno-filestore',
name: 'filestore',
prefixColor: '#FA8072'
},
{
command: 'npm run dev:web',
name: 'react',