mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 07:04:10 +00:00
fix(dev): add filestore src to dev hot reload watchers (#5223)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user