diff options
| author | Sin <[email protected]> | 2020-05-25 03:59:44 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-25 03:59:44 -0700 |
| commit | 3e4810a29a5dec4fb2e2c045951a0e889c1e5fda (patch) | |
| tree | f40d4368c2d410a8e512932ba4760f3956e6d69e | |
| parent | Update app.js (diff) | |
| download | aghpb-online-3e4810a29a5dec4fb2e2c045951a0e889c1e5fda.tar.xz aghpb-online-3e4810a29a5dec4fb2e2c045951a0e889c1e5fda.zip | |
Create main.js
| -rw-r--r-- | main.js | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +'use strict'; + +const app = require('./app'); + +app.listen(1337); |