music-assistant-server
164 B•JS
config.js
164 B • 6 lines • javascript
1"use strict";
2let config = {
3 baseUrl: (window.location.protocol === 'https:' ? 'wss://' : 'ws://') + window.location.host
4};
5//# sourceMappingURL=config.js.map
61"use strict";
2let config = {
3 baseUrl: (window.location.protocol === 'https:' ? 'wss://' : 'ws://') + window.location.host
4};
5//# sourceMappingURL=config.js.map
6