chore: add radius-server bin file

This commit is contained in:
simon
2020-02-28 10:45:35 +01:00
parent 5bad24e120
commit c20b969d97
2 changed files with 9 additions and 0 deletions

5
bin/radius-server Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
'use strict';
require('../dist/app.js');