codebox/backend/index.js

5 lines
67 B
JavaScript
Raw Permalink Normal View History

2021-11-01 20:12:55 +01:00
import setup from './src/setup.js'
setup()
console.log('started')