mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-03-19 08:16:23 +00:00
* update loose files and add vitest * update test scripts * more support for vitest * more test support * update vscode settings
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
import Phaser from "phaser";
|
|
|
|
export default new Phaser.Game({
|
|
type: Phaser.HEADLESS,
|
|
});
|