mirror of
https://github.com/Start9Labs/start9.com.git
synced 2026-03-26 18:31:54 +00:00
5 lines
196 B
JavaScript
5 lines
196 B
JavaScript
// Set options as a parameter, environment variable, or rc file.
|
|
// eslint-disable-next-line no-global-assign
|
|
require = require("esm")(module/* , options */)
|
|
module.exports = require("./main.js")
|