This commit is contained in:
deadvey 2025-07-13 02:52:12 +01:00
parent 23685d02c0
commit 0b70624e05

4
app.js
View File

@ -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,