Compare commits
2 Commits
9616ab749d
...
bd7613e2d0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bd7613e2d0 | ||
|
|
01eece9796 |
@@ -10,7 +10,7 @@ See [CONTEXT.md](./CONTEXT.md) for the domain glossary and [DESIGN.md](./DESIGN.
|
|||||||
|
|
||||||
- Vite + Vue 3 + TypeScript
|
- Vite + Vue 3 + TypeScript
|
||||||
- Tailwind CSS v4 + DaisyUI
|
- Tailwind CSS v4 + DaisyUI
|
||||||
- Solo, browser-local persistence (IndexedDB or localStorage)
|
- Solo, browser-local persistence via localStorage
|
||||||
|
|
||||||
## Develop
|
## Develop
|
||||||
|
|
||||||
@@ -22,4 +22,7 @@ pnpm build # production build into ./dist
|
|||||||
|
|
||||||
## Deploy
|
## Deploy
|
||||||
|
|
||||||
Pushes to `main` are picked up by Coolify at https://platform.apoena.dev. The Dockerfile builds the SPA and serves it through nginx on port 80.
|
Every push to `main` triggers two independent deployments:
|
||||||
|
|
||||||
|
- **Coolify** (primary) — picked up at https://platform.apoena.dev and served at https://product-radar.apoena.dev. The Dockerfile builds the SPA and serves it through nginx on port 80, with `try_files … /index.html` as the history-mode SPA fallback.
|
||||||
|
- **GitHub Pages** — `.github/workflows/deploy-pages.yml` builds with pnpm and publishes `dist/`, copying `index.html` to `404.html` as the SPA fallback.
|
||||||
|
|||||||
Reference in New Issue
Block a user