I fixed this with an amend to the bud.config.mjs file:
/**
* URI of the `public` directory
*/
.setPublicPath("/wp-content/themes/mytheme/public/");
Assumed that /app in the path was for Bedrock so removed for my project.
I fixed this with an amend to the bud.config.mjs file:
/**
* URI of the `public` directory
*/
.setPublicPath("/wp-content/themes/mytheme/public/");
Assumed that /app in the path was for Bedrock so removed for my project.