mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Setup queries.coffee
This commit is contained in:
@@ -39,6 +39,8 @@ store = derby.createStore({
|
||||
listen: server
|
||||
});
|
||||
|
||||
require('./queries')(store);
|
||||
|
||||
ONE_YEAR = 1000 * 60 * 60 * 24 * 365;
|
||||
|
||||
root = path.dirname(path.dirname(__dirname));
|
||||
|
||||
Reference in New Issue
Block a user