Include app/web/dist in repository

- Remove app/web/dist/** from .gitignore
- Add built web assets to repository for deployment
- Includes bundle.css, bundle.js, index.html and other static assets
This commit is contained in:
2025-10-16 11:41:57 +01:00
parent a84782bd52
commit 1cfd4a6dbe
8 changed files with 182 additions and 1 deletions

1
.gitignore vendored
View File

@@ -118,5 +118,4 @@ pkg/database/testrealy
/.idea/.name
/ctxproxy.config.yml
cmd/benchmark/external/**
app/web/dist/**
private*