add support for environment variables #90
Labels
No labels
accessibility
bug
dependencies
documentation
duplicate
feature
javascript
progressive enhancement
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
zoe/moiety.me#90
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Managing
.envVariablesis there some reason i should have this? #87 and #97 seem to indicate a need. can those be solved in a different way?
Node documentation suggests to keep prod and dev environments as close as you can. which i can see the benefit of that.
11ty has a
process.env.ELEVENTY_RUN_MODEenv variable that’s eitherserve,watch, orbuild.further documentation on the 11ty website.