Hi, I'm using the ```npx wrangler pages dev``` command to test my angular project + backend locally.

Hi, I'm using the
npx wrangler pages dev
command to test my angular project + backend locally.

I've set up a custom build command
ng build --output-path localdist
When I run the wrangler dev command It always performs the custom build a second time after saying "The file src changed, restarting build...". Any way to prevent this from happening?
Was this page helpful?