chore: remove placeholder index.html from dist
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
e676092dd4
commit
dc8277b765
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)
|
# Frontend build artifacts (embedded by Go)
|
||||||
dist/*
|
dist/*
|
||||||
!dist/.gitkeep
|
!dist/.gitkeep
|
||||||
!dist/index.html
|
|
||||||
|
|
||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.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