Подключить модули modules js
import {app} from '/apps/modules/app.js?5'
import {ajax} from '/apps/modules/ajax.js?5'
import {telega} from '/apps/modules/telega.js?5'
import {viewConsole} from '/apps/modules/viewConsole.js?5'
import {searchWithError} from '/apps/modules/searchWithError.js?10'
window.searchWithError = searchWithError
Их так же можно подключать после
import(`/gameMatch/rooms/${roomCode}/room.js`)
.then(module => {
gameMatch.rooms[roomCode] = module.room
gameMatch.rooms[roomCode].main()
})