Skip to content

Commit

Permalink
feat(build): update runtime copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Apr 2, 2022
1 parent 12550ee commit 778e98c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ export default defineBuildConfig({
hooks: {
'build:done': () => {
copySync(
'src/nuxt/templates',
'dist/templates',
'src/nuxt/runtime',
'dist/runtime',
)

// eslint-disable-next-line no-console
consola.info('Nuxt templates copied to `dist/`!')
consola.info('Nuxt runtime copied to `dist/`!')
},
},
})

0 comments on commit 778e98c

Please sign in to comment.