mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 07:30:02 -04:00
bare-mux support
This commit is contained in:
parent
8b2757b495
commit
5a8aa6698e
7 changed files with 36 additions and 16 deletions
|
@ -4,7 +4,6 @@ declare global {
|
|||
interface Window {
|
||||
__scramjet$config: {
|
||||
prefix: string;
|
||||
bareServer: string;
|
||||
codec: Codec
|
||||
scramjet: {
|
||||
config: string;
|
||||
|
@ -19,7 +18,6 @@ declare global {
|
|||
|
||||
self.__scramjet$config = {
|
||||
prefix: "/scramjet/",
|
||||
bareServer: "/bare/",
|
||||
codec: self.__scramjet$codecs.plain,
|
||||
scramjet: {
|
||||
config: "/scramjet.config.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue