Updates to work around cloudflare tunnel
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-07-14 00:02:16 -03:00
parent 276551edb3
commit e59e694363
6 changed files with 17 additions and 12 deletions
+1
View File
@@ -21,6 +21,7 @@ This file helps LLM agents work with the Armandine codebase without introducing
| Static assets (favicons, media files) | `static/assets/` (media: `desktop/`, `tablet/`, `mobile/`, `thumbnail/`, `videos/`) |
| Global CSS | `src/app.css` (imported in `+layout.svelte`) |
| Config | `svelte.config.js`, `vite.config.ts`, `tsconfig.json`, `postcss.config.js` |
| Runtime compose (Dockhand) | `deploy/docker-compose.yml` only — keep this directory free of media/site assets so Hawser sync stays small |
## Conventions