Index
joshstock.in
/
baaa825
Source for serving and static templating/compiling of https://joshstock.in.
Download
|
Refs
|
Commit Log
|
Files
|
README
|
LICENSE
Latest Commit
{#}
Time
Hash
Subject
Author
#
(+)
(-)
GPG?
73
20 Jan 2020 21:49
9b4a3f1
Begin gitpager rewrite
Josh Stockin
1
3
0
N
Blob @
joshstock.in
/
gitpager
/
src
/
app.js
application/javascript
102 bytes
download raw
1
const
path
=
require
(
"path"
);
2
const
config
=
require
(
"./config"
);
3
const
server
=
require
(
"./server"
);
4