mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
Feature/UI sideload (#2658)
* ui sideloading * remove subtlecrypto import * fix parser * misc fixes * allow docker pull during compat conversion
This commit is contained in:
@@ -52,8 +52,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
(window as any).global = window
|
||||
; (window as any).process = { env: { DEBUG: undefined }, browser: true }
|
||||
;(window as any).global = window
|
||||
;(window as any).process = { env: { DEBUG: undefined }, browser: true }
|
||||
|
||||
import { Buffer } from 'buffer'
|
||||
window.Buffer = Buffer
|
||||
|
||||
import './zone-flags'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user