first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-03-08 10:12:05 -05:00
commit cbd2c0bb7c
19 changed files with 662 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
* @file
* Set up the app
*/
var _ = require('underscore');
var db = require('./db');
module.exports = function () {
db();
};