Add .env template for MANFEST

This commit is contained in:
Oliver 2026-01-16 17:42:42 -07:00
parent 2256ed5889
commit 2adb616701

View file

@ -1,2 +1,5 @@
# The absolute path to the Foundry installation to create symlinks to # The absolute path to the Foundry installation to create symlinks to
FOUNDRY_ROOT="" FOUNDRY_ROOT=""
# The manifest file for the module/system
MANIFEST="./module.json"