streamflix-api / nest-cli.json
Akshar2325
feat(auth): implement user authentication module with JWT support
4acc19f
Raw
History Blame
171 Bytes
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
}
}