mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-10-04 20:27:14 +02: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,
|
|
});
|