summarylogtreecommitdiffstats
path: root/cncjs
blob: b40b3a4f42a00e3180161563009a68730dbbef67 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env node

const launchServer = require('/usr/lib/cncjs/server-cli');

launchServer().catch(err => {
  console.error('Error:', err);
});