Commit c20b969d authored by simon's avatar simon

chore: add radius-server bin file

parent 5bad24e1
#!/usr/bin/env node
'use strict';
require('../dist/app.js');
...@@ -5,7 +5,11 @@ ...@@ -5,7 +5,11 @@
"engines": { "engines": {
"node": ">13.9.x" "node": ">13.9.x"
}, },
"bin": {
"radius-server": "./bin/radius-server"
},
"files": [ "files": [
"bin",
"config.js", "config.js",
"dist", "dist",
"ssl" "ssl"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment