Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix(bridge): use typescript directory entry
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 22, 2022
1 parent 34f1c51 commit 26367f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function setupAppBridge (_options: any) {
const nuxt = useNuxt()

// Setup aliases
nuxt.options.alias['#app'] = resolve(distDir, 'runtime/index.mjs')
nuxt.options.alias['#app'] = resolve(distDir, 'runtime/index')
nuxt.options.alias['nuxt3/app'] = nuxt.options.alias['#app']
nuxt.options.alias['nuxt/app'] = nuxt.options.alias['#app']
nuxt.options.alias['#build'] = nuxt.options.buildDir
Expand Down

0 comments on commit 26367f3

Please sign in to comment.