Files
start-os/web/projects/ui/src/polyfills.ts
Alex Inkin a90b96cddd chore: update Taiga to 5 (#3136)
* chore: update Taiga to 5

* chore: fix
2026-03-15 09:51:50 -06:00

5 lines
173 B
TypeScript

import { Buffer } from 'buffer'
; (window as any).global = window
; (window as any).process = { env: { DEBUG: undefined }, browser: true }
; (window as any).Buffer = Buffer