We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3943575 commit 403bc0dCopy full SHA for 403bc0d
apps/outreach/astro.config.ts
@@ -12,7 +12,7 @@ import getReadingTime from 'reading-time';
12
import symlink from './src/plugins/astro-plugin-symlink';
13
import { starlightTypeDocPlugin, starlightTypeDocSidebarGroup } from './src/plugins/starlight-plugin-typedoc';
14
15
-const require = module.createRequire(import.meta.dirname);
+const require = module.createRequire(import.meta.url);
16
17
const runtimeCoreRoot = path.dirname(require.resolve('@opendatacapture/runtime-core/package.json'));
18
0 commit comments