import("../packages/flow/dist/config/service.js") .then((m) => m.run()) .catch((err) => { console.error(err); process.exit(1); });