Files
CHIEFSOFT\ameye 0791a57f91 first commit
2024-02-25 06:38:59 -05:00

10 lines
135 B
JavaScript

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