Radicle (bud) gives error on empty images folder

When I empty the images folder in Radicle and run yarn build or yarn dev I get an error.

unable to locate '.resources/images/**/*' glob

Didn’t expected the error, maybe a warning is more in it’s place or no message at all.

Thanks for the report! Remove or comment out L14 of bud.config.ts for now:

.copyDir(`images`)