membphis commented on pull request #711: URL: https://github.com/apache/apisix-dashboard/pull/711#issuecomment-723360929
> @juzhiyuan @moonming > > Actually, users only need to care about `/output/conf/`, only developers need to care about `/api/conf/` that is a bad way. after build, we can generate `dag-to-lua` and `manager-api` in `/api`. ``` $ tree ./ -L 1 ./ ├── conf ├── dag-to-lua ├── Dockerfile ├── filter ├── go.mod ├── go.sum ├── internal ├── log ├── logs ├── manager-api ├── README.md └── test ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
