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

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

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