Purpose of build directory? #824
-
The project has a root I don't see it mentioned here: https://answer.apache.org/community/development When I run:
I see it builds the frontend files under
I don't see UI changes after starting the built answer binary. The modifications do appear when using ui dev server:
Am I missing a step – how do we get UI modifications into the build? I've also tried:
Then running:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Sorry, this folder is currently not in use.
No. Your steps are correct.
If you start using the 'pnpm start' command, these changes will only take effect when accessed through the 127.0.0.1:3000 port. Furthermore, they will also take effect when you repack the application by repeating the steps mentioned above. |
Beta Was this translation helpful? Give feedback.
Sorry, this folder is currently not in use.
No. Your steps are correct.
make ui
will build the frontend.make build
will build the binary that contains the frontend that you build in step 1.If you start using the 'pnpm start' command, these changes will only take effect when accessed through the 127.0.0.1:3000 port. Furthermore, they will also take effect when you repack the application by repeating the steps mentioned above.