Files
gitea/.ddev
Oleks 20f31b8967
release-tag-version / binary (push) Cancelled after 0s
release-tag-version / container (push) Cancelled after 0s
chore(ddev): add build-gitea-frontend command
`make backend` embeds public/ via go:embed at compile time, so any frontend
asset change requires:
  ddev build-gitea-frontend  # vite into public/assets/
  ddev build-gitea           # re-embed public/ into the binary
  ddev restart               # pick up new binary
2026-05-11 17:14:35 +03:00
..