const PUBLIC_DIR = __dirname + "/public"; const start = require('./src/main'); start(PUBLIC_DIR);