feat: v1.1.4

This commit is contained in:
mol
2023-05-31 14:21:33 +08:00
commit 9b8dafefb1
17 changed files with 596 additions and 0 deletions

4
start.js Normal file
View File

@ -0,0 +1,4 @@
const dotenv = require('dotenv');
dotenv.config();
require('./app');