mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 17:51:47 +02: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