-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.js
15 lines (14 loc) · 1013 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* ************************************************************************** */
/* */
/* ;:: :::::::: */
/* index.js :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: hmenzagh <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/11/16 20:02:13 by hmenzagh #+# #+# */
/* Updated: 2020/11/16 20:07:36 by hmenzagh ### ########.fr */
/* */
/* ************************************************************************** */
require = require('esm')(module /* , options */);
require('dotenv').config();
module.exports = require('./src/index.js');