Describe the bug
You forget the "out" directory for the release 3.1.0.
The makefile "build" does not compiles the web, the "out" directory. What do you think about add a dependency to a new target? Maybe a web?
The new target could execute:
- cd web (change workdir)
- npm ci
- npm run build
- mv out ../internal/server/
Another alternative could be to write an embed.go in the project root, in order to include the folder "web/out".
Thoughts?
The frequency of this issue
Steps to Reproduce
Download latest release, try to compile it.
Your GoDNS configuration
Expected behavior
A successful 3.1.0 binary.
Screenshots
Environment (please complete the following information):
- Compiling the AUR package in a clean working directory.
Additional context
- Time for a 3.1.1 release. 👍