import { PlayApp } from "./play/app.js"; function main() { const app = new PlayApp(); window.playApp = app; app.installSocket(); } main();