Version 0.1.0 - Ajout du serveur Express
This commit is contained in:
11
bin/global-variables.js
Normal file
11
bin/global-variables.js
Normal file
@ -0,0 +1,11 @@
|
||||
const path = require("path");
|
||||
const root = path.resolve(__dirname, '../')
|
||||
|
||||
const __glob = {
|
||||
ROUTES: root + path.sep + "routes" + path.sep
|
||||
};
|
||||
|
||||
|
||||
|
||||
module.exports = { __glob };
|
||||
|
Reference in New Issue
Block a user