ai/services/ai-core/nest-cli.json
autocommit 49ec66e37d feat(ai-core): Implement core AI model inference and integration logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 19:06:54 -07:00

9 lines
193 B
JSON

{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"builder": "swc",
"deleteOutDir": true
}
}