chore: add radius-server bin file
This commit is contained in:
parent
5bad24e120
commit
c20b969d97
5
bin/radius-server
Executable file
5
bin/radius-server
Executable file
@ -0,0 +1,5 @@
|
||||
#!/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"
|
||||
|
Loading…
Reference in New Issue
Block a user