Skip to content

Commit

Permalink
Dec 2024 (#101)
Browse files Browse the repository at this point in the history
* cool

* more

* ayo

* ayo

* cool

* wip

* eh

* images

* wip

* more

* more

* update squish to 120

* more

* cleanup

* cleanup

* cool
  • Loading branch information
prosif authored Dec 30, 2024
1 parent a170b68 commit de75d5f
Show file tree
Hide file tree
Showing 26 changed files with 724 additions and 458 deletions.
6 changes: 0 additions & 6 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
const server = require('./game_server');
console.log("WHAT IS LOGGER");
const fs = require('fs');
const assert = require('assert');
const { reportBug } = require('./src/common/util');

const process = require('process');

console.log("HEHHEHEHEHE FUUFUFUFUFUF");
console.log(process.env.LOGGER_LOCATION);

const path = require('path');
let baseDir = path.dirname(require.main.filename);

Expand All @@ -22,8 +18,6 @@ const { guaranteeCerts, guaranteeDir, authWorkflow, getConfigValue } = require('

const log = process.env.LOGGER_LOCATION ? require(process.env.LOGGER_LOCATION) : { info: (msg) => console.log(msg), error: (msg) => console.error(msg)};

log.info("THIS IS A TEST HEEREREERER");

const LINK_ENABLED = getConfigValue('LINK_ENABLED', true);
const HTTPS_ENABLED = getConfigValue('HTTPS_ENABLED', false);

Expand Down
Loading

0 comments on commit de75d5f

Please sign in to comment.