We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5c31b0 + 47150d3 commit b0c1932Copy full SHA for b0c1932
bin/start_server.ts
@@ -1,3 +1,5 @@
1
+#!/usr/bin/env node
2
+
3
import app from '../src/server';
4
5
app.listen(41300);
0 commit comments