summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSin <[email protected]>2020-05-25 03:59:44 -0700
committerGitHub <[email protected]>2020-05-25 03:59:44 -0700
commit3e4810a29a5dec4fb2e2c045951a0e889c1e5fda (patch)
treef40d4368c2d410a8e512932ba4760f3956e6d69e
parentUpdate app.js (diff)
downloadaghpb-online-3e4810a29a5dec4fb2e2c045951a0e889c1e5fda.tar.xz
aghpb-online-3e4810a29a5dec4fb2e2c045951a0e889c1e5fda.zip
Create main.js
-rw-r--r--main.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.js b/main.js
new file mode 100644
index 0000000..8debd35
--- /dev/null
+++ b/main.js
@@ -0,0 +1,5 @@
+'use strict';
+
+const app = require('./app');
+
+app.listen(1337);