removed export keyword

This commit is contained in:
liyunze 2026-08-11 11:12:49 +10:00
parent e835d74272
commit 26aa2a3130
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
"use strict"; "use strict";
export const configs = (function () { const configs = (function () {
const streamerBotSettings = { const streamerBotSettings = {
host: "127.0.0.1", host: "127.0.0.1",
port: 8080, port: 8080,

View file

@ -1,6 +1,6 @@
"use strict"; "use strict";
export const configs = (function () { const configs = (function () {
const streamerBotSettings = { const streamerBotSettings = {
host: "127.0.0.1", host: "127.0.0.1",
port: 8080, port: 8080,

View file

@ -1,6 +1,6 @@
"use strict"; "use strict";
export const configs = (function () { const configs = (function () {
const streamerBotSettings = { const streamerBotSettings = {
host: "127.0.0.1", host: "127.0.0.1",
port: 8080, port: 8080,