(config)
| 1049 | this.mergeProperties(config, this.zephyrShields); |
| 1050 | } |
| 1051 | filterZephyrOverlay(config) { |
| 1052 | if (this.platform == "zephyr") |
| 1053 | this.mergeProperties(config, this.zephyrOverlay); |
| 1054 | } |
| 1055 | filterCreation(creation) { |
| 1056 | creation.chunk ??= {}; |
| 1057 | if (!creation.chunk.initial) creation.chunk.initial = 32768; |