This commit is contained in:
chaoszhu 2022-09-29 15:45:47 +08:00 committed by GitHub
parent d8b13e506e
commit 8abd68c5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
server/index.js Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env node
console.log('start time', new Date())
require('../app/main.js')