Created
October 3, 2013 04:12
-
-
Save bscott/6804853 to your computer and use it in GitHub Desktop.
Check environment variables before node.js app starts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var sanity = require('sanity'); | |
| sanity.check(['USER', 'MACHTYPE', 'INVISIBLE_FRIENDS', 'AREA_51']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment