mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
4 lines
64 B
JavaScript
Executable File
4 lines
64 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
const { runCli } = require('..');
|
|
runCli();
|