This commit reflects an intentional reorganization of the project. - Deletes obsolete root-level files. - Restructures the admin and gallery components. - Tracks previously untracked application modules.
9 lines
93 B
JavaScript
9 lines
93 B
JavaScript
/**
|
|
* Export lib/mongoose
|
|
*
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('./lib/browser');
|