forked from mirrors/amnezia-wg-easy
update to node v20
This commit is contained in:
parent
c2432a17a9
commit
024abce7e5
3 changed files with 3506 additions and 12 deletions
|
@ -5,7 +5,7 @@
|
|||
"description": "",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"serve": "DEBUG=Server,WireGuard nodemon server.js",
|
||||
"serve": "DEBUG=Server,WireGuard node --watch server.js",
|
||||
"serve-with-password": "PASSWORD=wg npm run serve",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
|
@ -22,12 +22,7 @@
|
|||
"eslint": "^7.27.0",
|
||||
"eslint-config-athom": "^2.1.0"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": [
|
||||
"www/*"
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": "14"
|
||||
"node": "20"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue