All checks were successful
Deploy to Staging / Build Images (pull_request) Successful in 4m37s
Deploy to Staging / Deploy to Staging (pull_request) Successful in 29s
Deploy to Staging / Verify Staging (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Ready (pull_request) Successful in 7s
Deploy to Staging / Notify Staging Failure (pull_request) Has been skipped
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
7 lines
173 B
TypeScript
7 lines
173 B
TypeScript
/**
|
|
* @ai-summary User import feature public API
|
|
* @ai-context Exports routes for registration in app.ts
|
|
*/
|
|
|
|
export { userImportRoutes } from './api/user-import.routes';
|