Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- // The purpose of this file is to be able to load the module with...
- // ... "require("dotenv-defaults/config")" in JavaScript or "import "dotenv-defaults/config"" in TypeScript...
- // ... or "node -r dotenv-defaults/config script.js" from the command line
-
- (function () {
- require('./src/index').config()
- })()
|