Files
CHIEFSOFT\ameye 653ef00ca6 first commit
2024-12-18 02:39:56 -05:00

10 lines
135 B
JavaScript

/**
* @file
* Set up the app
*/
var _ = require('underscore');
var db = require('./db');
module.exports = function () {
db();
};