Fixed Heroku issues?

This commit is contained in:
QuiteAFancyEmerald 2022-02-10 00:21:06 -08:00
parent 4c584b0946
commit 3cf9ae26cf
4 changed files with 30159 additions and 6 deletions

View file

@ -7,7 +7,7 @@ const path = require('path');
const http = require('http');
const https = require('https');
const express = require('express');
const corrosion = require('./lib');
const corrosion = require('./');
const config = require('./config.json');
const insert = require('./randomization.json');
const app = express();

30145
lib/server/bundle.js Normal file

File diff suppressed because one or more lines are too long

View file

@ -3,7 +3,7 @@
"version": "5.0.0",
"repository": "https://github.com/QuiteAFancyEmerald/Holy-Unblocker",
"description": "Holy Unblocker is a secure web proxy service with support for many sites.",
"main": "backend.js",
"main": "lib/server/index.js",
"scripts": {
"start": "node backend.js"
},
@ -14,14 +14,22 @@
],
"author": "Titanium Network",
"license": "MIT",
"directories": {
"lib": "lib"
},
"dependencies": {
"corrosion": "^1.0.0",
"express": "^4.17.1",
"mime-types": "^2.1.27",
"node-fetch": "^3.2.0",
"ws": "^7.5.3"
"ws": "^7.5.3",
"acorn-hammerhead": "^0.5.0",
"css-tree": "^1.1.3",
"esotope-hammerhead": "^0.6.1",
"parse5": "^6.0.1",
"webpack": "^5.46.0"
},
"engines": {
"node": ">=12.20.0"
}
}
}

View file

@ -8,5 +8,5 @@
"content": [
"Cooking is something that most people are doing or try to do. Some do it as a profession, some do it for fun, and some do it because they have to do it. People are going to cooking, because some food is raw that people cannot eat it, because it is not tasty.",
"Example 2"
],
}
]
}