```ts const eventPath = pathToFileURL(path.join(eventsDir, event)).href; await import(eventPath); ```