This commit is contained in:
Emile Nijssen 2021-05-23 17:07:37 +02:00
parent 03066b5e43
commit 2a92b8bbe6
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,8 @@
"main": "server.js",
"scripts": {
"serve": "DEBUG=Server,WireGuard WG_HOST=0.0.0.0 WG_PATH=../config/ nodemon server.js",
"serve-with-password": "PASSWORD=wg npm run serve"
"serve-with-password": "PASSWORD=wg npm run serve",
"lint": "eslint ."
},
"author": "Emile Nijssen",
"license": "GPL",