🚧 refactoring is ongoing

This commit is contained in:
Song
2021-01-17 10:49:19 +08:00
parent aa2635afcd
commit 22975603c6
20 changed files with 327 additions and 199 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
port: process.env.PORT || 3000,
database: 'data.db',
href: 'https://github.com/',
};
module.exports = config;