import { Game } from "https://cdn.jsdelivr.net/npm/phaser@3.70.0/dist/phaser.esm.js"; import { gameConfig } from "./gameConfig.js"; new Game(gameConfig);