Skip to content

Commit

Permalink
fix(node-server): fix typo in import
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Apr 19, 2022
1 parent 0742b95 commit b5bd30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/entries/node-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Server as HttpServer } from 'http'
import { Server as HttpsServer } from 'https'
import destr from 'destr'
import { nitroApp } from '../app'
import { useRuntimeConfig } from '#inernal/nitro'
import { useRuntimeConfig } from '#internal/nitro'

const cert = process.env.NITRO_SSL_CERT
const key = process.env.NITRO_SSL_KEY
Expand Down

0 comments on commit b5bd30b

Please sign in to comment.