You people have a prettierrc yet never run prettier tabs or spaces. WHICH IS IT 2 width or 4 width WHICH IS IT (i'd make index.html 4 width tab but there's more that uses space there)
15 lines
482 B
TypeScript
15 lines
482 B
TypeScript
export const Config = {
|
|
ChatSound: '//computernewb.com/collab-vm/notify.ogg',
|
|
ServerAddresses: [
|
|
'wss://computernewb.com/collab-vm/vm0',
|
|
'wss://computernewb.com/collab-vm/vm1',
|
|
'wss://computernewb.com/collab-vm/vm2',
|
|
'wss://computernewb.com/collab-vm/vm3',
|
|
'wss://computernewb.com/collab-vm/vm4',
|
|
'wss://computernewb.com/collab-vm/vm5',
|
|
'wss://computernewb.com/collab-vm/vm6',
|
|
'wss://computernewb.com/collab-vm/vm7',
|
|
'wss://computernewb.com/collab-vm/vm8'
|
|
]
|
|
};
|