Skip to content

Commit

Permalink
Adds packages/app/apis/** to watched api paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosn committed Oct 24, 2024
1 parent fab6dae commit ae735d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ if (process.env.NODE_ENV != 'production') {
const pathsToWatch = [
'src/**',
'../../packages/app/bundles/**',
'../../packages/app/apis/**',
'../../packages/protolib/dist/**',
'../../system.js',
'../../packages/app/conf.ts',
Expand Down

0 comments on commit ae735d4

Please sign in to comment.