From 2adb6167019ece326adeb7abd28597ec9b583114 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 16 Jan 2026 17:42:42 -0700 Subject: [PATCH] Add .env template for MANFEST --- .env.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.template b/.env.template index 180dbd6..f71da73 100644 --- a/.env.template +++ b/.env.template @@ -1,2 +1,5 @@ # The absolute path to the Foundry installation to create symlinks to FOUNDRY_ROOT="" + +# The manifest file for the module/system +MANIFEST="./module.json"