Spaces:
Build error
Build error
Mohammad Shahid
Fix HF deployment: remove external deps, use pre-built files, download required assets
1ba2d7b | // Stub implementation for AsyncContext | |
| export class AsyncContext { | |
| get(key: string): any { | |
| return undefined; | |
| } | |
| set(key: string, value: any): void { | |
| // Do nothing | |
| } | |
| } | |