From bf8a5fde9a001d99813eb8a1f24e6f7ef5491859 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 30 Oct 2024 02:38:14 +0100 Subject: [PATCH] fix: comment out includes so it works ootb --- postwoman.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postwoman.toml b/postwoman.toml index 18b3a98..e52ca11 100644 --- a/postwoman.toml +++ b/postwoman.toml @@ -1,4 +1,4 @@ -include = ["other.toml", "api/auth.toml"] # include other postwoman collections relative to this one +#include = ["other.toml", "api/auth.toml"] # include other postwoman collections relative to this one [env] # these will be replaced in fields and inherited by includes. environment vars overrule these PW_TOKEN = "set-me-as-and-environment-variable!"