Skip to content

Purpose of build directory? #824

Answered by LinkinStars
calmdev asked this question in Q&A
Mar 5, 2024 · 1 comments · 10 replies
Discussion options

You must be logged in to vote

The project has a root /build directory with a README file.

Sorry, this folder is currently not in use.

Am I missing a step – how do we get UI modifications into the build?

No. Your steps are correct.

  1. make ui will build the frontend.
  2. make build will build the binary that contains the frontend that you build in step 1.

I don't see UI changes after starting the built answer binary.

The modifications do appear when using ui dev server:

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.

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@LinkinStars
Comment options

@LinkinStars
Comment options

@calmdev
Comment options

@LinkinStars
Comment options

@calmdev
Comment options

Answer selected by calmdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants