mirror of
https://github.com/QuiteAFancyEmerald/Holy-Unblocker.git
synced 2025-05-12 11:30:01 -04:00
Fixed Heroku issues?
This commit is contained in:
parent
4c584b0946
commit
3cf9ae26cf
4 changed files with 30159 additions and 6 deletions
|
@ -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
30145
lib/server/bundle.js
Normal file
File diff suppressed because one or more lines are too long
12
package.json
12
package.json
|
@ -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,12 +14,20 @@
|
|||
],
|
||||
"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"
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue