- Next.js 14 with App Router - Prisma schema for Pipeline and Stage models - Pipeline state machine (manager.ts) - API routes: health, pipelines CRUD, start - Landing page with pipeline visualization - Dark theme with Tailwind CSS - Environment setup with .env.example
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|