From d200468518625d84b6dc846bc44df7939a162e5c Mon Sep 17 00:00:00 2001 From: Sergey Chernyshev Date: Fri, 15 Mar 2024 21:51:03 -0400 Subject: [PATCH] Adding custom configuration file --- .gitterra.config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitterra.config.js diff --git a/.gitterra.config.js b/.gitterra.config.js new file mode 100644 index 0000000..95083b9 --- /dev/null +++ b/.gitterra.config.js @@ -0,0 +1,5 @@ +export default (config) => { + config.minTiles = 5; + + return config; +};