This commit is contained in:
chaosBreaking
2019-08-31 14:59:13 +08:00
commit dc5423d356
65 changed files with 3813 additions and 0 deletions

5
config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
port: 80,
protocol: 'http',
host: 'localhost',
};