mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
use base64 for HTTP headers (#1795)
* use base64 for HTTP headers * fe for base64 headers Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
@@ -20,9 +20,6 @@
|
||||
"module": "es2020",
|
||||
"lib": ["es2020", "dom"],
|
||||
"paths": {
|
||||
"stream": ["./node_modules/stream-browserify"],
|
||||
"crypto": ["./node_modules/crypto-browserify"],
|
||||
"vm": ["./node_modules/vm-browserify"],
|
||||
/* These paths are relative to each app base folder */
|
||||
"@start9labs/marketplace": ["../marketplace/src/public-api"],
|
||||
"@start9labs/shared": ["../shared/src/public-api"]
|
||||
|
||||
Reference in New Issue
Block a user