comments
This commit is contained in:
parent
23685d02c0
commit
0b70624e05
4
app.js
4
app.js
@ -18,8 +18,8 @@ if (process.argv[2] == "--first-time") {
|
||||
// Define the modules now so they are global
|
||||
let users // contains a list of users, each user is an object containing username,prettyname,hash and description
|
||||
let posts // contains a list of posts,
|
||||
let comments
|
||||
let config
|
||||
let comments // contains a list of comments
|
||||
let config // contains a set of configuration for the site, see example-config.js for an example
|
||||
|
||||
try {
|
||||
// We're going to try and import the modules,
|
||||
|
Loading…
x
Reference in New Issue
Block a user