import server from './server.js'; export default async () => { await server.startAsync(); };