refactor: add samples to export & use inline-schema's esbuild plugin
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import {
|
||||
createGameCommandRegistry, Part, createRegion,
|
||||
IGameContext, createPromptDef
|
||||
} from '@/index';
|
||||
import {Part} from "boardgame-core";
|
||||
import {createRegion} from "boardgame-core";
|
||||
import {createGameCommandRegistry, createPromptDef, IGameContext} from "boardgame-core";
|
||||
|
||||
const BOARD_SIZE = 3;
|
||||
const MAX_TURNS = BOARD_SIZE * BOARD_SIZE;
|
||||
|
||||
Reference in New Issue
Block a user