From 93ef7fd4ee69986fe5a875aab96c0ebd4addfd13 Mon Sep 17 00:00:00 2001 From: Ferror Date: Sun, 15 Sep 2024 19:59:09 +0200 Subject: [PATCH] require path --- catalog/eventcatalog.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/catalog/eventcatalog.config.js b/catalog/eventcatalog.config.js index 50902ae..ce945e5 100644 --- a/catalog/eventcatalog.config.js +++ b/catalog/eventcatalog.config.js @@ -1,3 +1,5 @@ +import path from 'path'; + /** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */ export default { title: 'EventCatalog',