Corrected the build script in `ui/package.json` to correctly bundle the Angular application. Also updated `pkg/mining/service.go` to serve the correct bundled JavaScript file. Verified the backend server is running and accessible by testing the Swagger UI endpoint.
6 lines
184 B
Text
6 lines
184 B
Text
Tidying dependencies...
|
|
go mod tidy
|
|
Generating Swagger documentation...
|
|
swag init -g ./cmd/mining/main.go
|
|
make: swag: No such file or directory
|
|
make: *** [Makefile:93: docs] Error 127
|