index
:
aghpb-online
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.js
blob: 1fd8d71db6ecf5aaf933ef699741f01231e14af4 (
plain
) (
blame
)
1
2
3
4
5
'use strict'
;
const
app
=
require
(
'./app'
);
app
.
listen
(
process
.
env
.
PORT
);