mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #784] [MERGED] chore: add ui/dist/.gitkeep file #1038
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1038
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/784
Author: @PBK-B
Created: 6/11/2025
Status: ✅ Merged
Merged: 6/14/2025
Merged by: @fudiwei
Base:
main← Head:bin/chore_add_gitkeep📝 Commits (1)
261b3a8chore: add ui/dist/.gitkeep file📊 Changes
3 files changed (+4 additions, -0 deletions)
View changed files
📝
CONTRIBUTING.md(+2 -0)📝
CONTRIBUTING_EN.md(+2 -0)➕
ui/dist/.gitkeep(+0 -0)📄 Description
问题
参考贡献相关文档 CONTRIBUTING.md
新 clone 仓库再直接执行
go run main.go serve会报错ui/embed.go:10:12: pattern all:dist: no matching files found方案
为
ui/dist文件夹添加.gitkeep以保持 git 跟踪此文件夹,可以避免仅启动后端调试时未编译前端会无法启动TBR; @fudiwei @usual2970
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.