feat: add .gitkeep to ensure dist directory exists for go:embed

This commit is contained in:
2026-01-03 19:29:19 +08:00
parent 2f98e1ac7d
commit f2720a3d15

2
internal/server/app/dist/.gitkeep vendored Normal file
View File

@@ -0,0 +1,2 @@
# This file ensures the dist directory exists for go:embed
# The actual frontend files are built during CI/CD