Add Next.js pages for Academy, Whistleblower, Incidents, Document Crawler, DSB Portal, Industry Templates, Multi-Tenant and SSO. Add API proxy routes and TypeScript SDK client libraries. Add server binary to .gitignore. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
81 B
TypeScript
7 lines
81 B
TypeScript
/**
|
|
* Academy Module Exports
|
|
*/
|
|
|
|
export * from './types'
|
|
export * from './api'
|