mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-14 04:20:00 -04:00
commit
05db2d01ba
4 changed files with 3 additions and 39307 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
./node_modules
|
||||
node_modules/
|
||||
lib/
|
|
@ -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,
|
||||
|
|
39304
lib/uv.bundle.js
39304
lib/uv.bundle.js
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
"description": "Proxy",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"build": "node bundle"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue