chore: remove placeholder index.html from dist (#1188)
The .gitkeep is sufficient for go:embed to find the dist directory. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
42d4d4cc74
commit
747c86aa89
2 changed files with 0 additions and 2 deletions
1
web/backend/.gitignore
vendored
1
web/backend/.gitignore
vendored
|
|
@ -10,7 +10,6 @@ picoclaw-web
|
|||
# Frontend build artifacts (embedded by Go)
|
||||
dist/*
|
||||
!dist/.gitkeep
|
||||
!dist/index.html
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
|
|
|||
1
web/backend/dist/index.html
vendored
1
web/backend/dist/index.html
vendored
|
|
@ -1 +0,0 @@
|
|||
<!DOCTYPE html><html><head><meta charset="utf-8"><title>PicoClaw</title></head><body><div id="root"></div></body></html>
|
||||
Loading…
Add table
Reference in a new issue