mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-18 09:51:26 +00:00
10 lines
No EOL
175 B
JavaScript
10 lines
No EOL
175 B
JavaScript
"use strict";
|
|
|
|
var fs = require("fs");
|
|
var path = require("path");
|
|
|
|
var helpers = {}
|
|
|
|
helpers.app = require(path.join(__dirname, "../../index.js"));
|
|
|
|
module.exports = helpers; |