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>
6 lines
80 B
JavaScript
6 lines
80 B
JavaScript
export default {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|