Skip to content

Commit

Permalink
add runtimeConfig import
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalkaoz authored Mar 11, 2024
1 parent f67f992 commit 0e98963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/server/pdf.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import PDFDocument from 'pdfkit'
import { sendStream, setHeader } from 'h3'
import { defu } from 'defu'
import { useRuntimeConfig } from "#imports";
import type { H3Event } from 'h3'
import type { WriteStream } from 'node:fs'
import type { PDFOptions, PDFDocumentType } from '../types'
Expand Down

0 comments on commit 0e98963

Please sign in to comment.