cloudzner/web/postcss.config.js
Richard Hoekstra edd9b533bf
Some checks failed
CI / Run Tests (push) Failing after 8s
CI / Build Docker Image (push) Has been skipped
CI / Lint (push) Failing after 2s
Initial commit: Cloudzner monorepo restructure
Restructured project as a self-hosted dev agency platform:

- api/: Stack API service (Ruby)
- web/: Frontend dashboard (React/Vite)
- infra/: Docker Compose, Caddyfiles
- scripts/: Bootstrap and setup scripts
- .forgejo/workflows/: CI/CD pipelines

Features:
- Single CLI entry point (./cloudzner)
- One-command local dev (./cloudzner up)
- Hetzner provisioning (./cloudzner provision)
- Automatic HTTPS via Let's Encrypt
- Subdomain routing (git., api., dash.)
- Forgejo for Git + CI/CD

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 23:39:20 +01:00

6 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}