Updates to fix errors for CC

This commit is contained in:
MathMan05
2024-08-21 14:51:34 -05:00
parent 3ccb7e63e1
commit 274c165357
22 changed files with 731 additions and 926 deletions

View File

@@ -6,12 +6,6 @@ const fs = require('fs');
const app = express();
app.use(compression())
const tsNode = require('ts-node');
tsNode.register({
transpileOnly: true,
files: true
});
app.use("/getupdates",(req, res) => {
const out=fs.statSync(`${__dirname}/webpage`);