Skip to content

Commit

Permalink
fix(ts): wrong export used in render.d.ts (#5309)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz authored and pi0 committed Mar 21, 2019
1 parent a565487 commit e67b298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/config/types/render.d.ts
Expand Up @@ -11,7 +11,7 @@ import { CompressionOptions } from 'compression'
import { Options as EtagOptions } from 'etag'
import { ServeStaticOptions } from 'serve-static'
import { BundleRendererOptions } from 'vue-server-renderer'
import { NuxtConfigurationServerMiddleware } from './index'
import { NuxtConfigurationServerMiddleware } from './server-middleware'

export interface NuxtConfigurationRender {
bundleRenderer?: BundleRendererOptions
Expand Down

0 comments on commit e67b298

Please sign in to comment.