chore: add ui/dist/.gitkeep file

This commit is contained in:
PBK-B
2025-06-11 23:25:14 +08:00
parent a048eb95a9
commit 261b3a8546
3 changed files with 4 additions and 0 deletions

View File

@@ -36,6 +36,8 @@ Once you have made changes to the Go code in Certimate, follow these steps to ru
This will start a web server at `http://localhost:8090` using the prebuilt Admin UI located in `ui/dist`.
> if you encounter an error `ui/embed.go:10:12: pattern all:dist: no matching files found`, please refer to [build Admin UI](#making-changes-in-the-admin-ui)
**Before submitting a PR to the main repository, consider:**
- Format your source code by using [gofumpt](https://github.com/mvdan/gofumpt).