From 3534ccb2de07b7ca3af4d64d52a7ab9710b0cbdb Mon Sep 17 00:00:00 2001 From: Younes Barrad Date: Wed, 13 Dec 2023 23:33:24 +0100 Subject: [PATCH] fix: missing import --- src/runtime/server/nitro/useCompiler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/server/nitro/useCompiler.ts b/src/runtime/server/nitro/useCompiler.ts index 805b588..db76ef3 100644 --- a/src/runtime/server/nitro/useCompiler.ts +++ b/src/runtime/server/nitro/useCompiler.ts @@ -1,6 +1,7 @@ import type { RenderOptions } from '@vue-email/compiler' import { templateRender } from '@vue-email/compiler' import type { ModuleOptions } from '../../../module' +import { useRuntimeConfig } from '#app' const storageKey = 'assets:emails'