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:
@@ -11,6 +11,7 @@ title: Poker
|
||||
designer: Public Domain
|
||||
players: 9
|
||||
language: en
|
||||
include: ['./**/*.yaml']
|
||||
```
|
||||
|
||||
## Parts
|
||||
|
||||
Reference in New Issue
Block a user