mirror of https://github.com/halo-dev/halo
![]() #### What type of PR is this? /kind improvement /area core /milestone 2.18.x #### What this PR does / why we need it: This PR treats `ui/build/dist` as resource dir for application module to adapt building and running using IntelliJ IDEA. How to use? 1. Build ui project by executing command `./gradlew :ui:build -x :ui:check`. 1. Create a `Run/Debug Configuration` with arguments `--spring.profiles.active=dev --halo.console.proxy.enabled=false --halo.uc.proxy.enabled=false`. 1. Go to `Settings | Build, Execution, Deployment | Build Tools | Gradle` and select `IntelliJ IDEA` for `Build and run using:` 1. Run/Debug the configuration #### Does this PR introduce a user-facing change? ```release-note None ``` |
||
---|---|---|
.. | ||
src | ||
build.gradle |