I have a Maven multimodule project with the following structure:
parent
- domain
- vaadin-ui
When I run the vaadin-ui project with a Maven command mvn spring-boot:run
, Vaadin generates different artifacts on the domain
and vaadin-ui
folders level, for example:
package.json package-lock.json tsconfig.json types.d.ts webpack.config.js webpack.generated.js
Is it possible to let Vaadin know to generate such staff inside the vaadin-ui
module folder?