feat-dev-e2e3/.sdlc.ts
rdev-worker 7ee22adb20
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: Initialize SDLC for this project and create a feature with slug 'add-...
2026-02-03 03:00:40 +00:00

10 lines
198 B
TypeScript

import { SDLCConfig, defaultConfig } from 'sdlc';
export default function makeConfig(): SDLCConfig {
const config: SDLCConfig = defaultConfig;
// Customize configuration here
return config;
}