easynode/server/index.js
chaoszhu 8abd68c5fc
🆕
2022-09-29 15:45:47 +08:00

4 lines
84 B
JavaScript

#!/usr/bin/env node
console.log('start time', new Date())
require('../app/main.js')