refactor(bgm): use doc-relative include in games and fixtures

The default include is now resolved relative to the package
declaration's directory, so the explicit root-relative patterns are
redundant. Drop them in favor of the default.
This commit is contained in:
2026-08-10 08:52:54 +08:00
parent 2001616d9e
commit dfe49bad0c
4 changed files with 3 additions and 3 deletions
+1
View File
@@ -11,6 +11,7 @@ title: Poker
designer: Public Domain
players: 9
language: en
include: ['./**/*.yaml']
```
## Parts