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 @@
"engines": {
"node": ">13.9.x"
},
"bin": {
"radius-server": "./bin/radius-server"
},
"files": [
"bin",
"config.js",
"dist",
"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