Merge pull request #1 from CountBleck/production

Some minor fixes
This commit is contained in:
Caracal.js 2022-09-11 12:31:25 -04:00 committed by GitHub
commit 05db2d01ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 39307 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
./node_modules
node_modules/
lib/

View file

@ -6,7 +6,6 @@ const __dirname = path.resolve(path.dirname(decodeURI(new URL(import.meta.url).p
console.log(path.resolve(path.dirname(decodeURI(new URL(import.meta.url).pathname))), __dirname);
webpack({
mode: 'none',
entry: path.join(__dirname, './rewrite/index.js'),
output: {
path: __dirname,

File diff suppressed because one or more lines are too long

View file

@ -4,7 +4,7 @@
"description": "Proxy",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "node bundle"
},
"author": "",
"license": "ISC",