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'