Skip to content

Commit

Permalink
hotfix Workaround for nuxt/cli#169
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormarcal committed Mar 2, 2024
1 parent 6b65fc0 commit eb0d5f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuxt.config.ts
@@ -1,5 +1,12 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
hooks: {
close: () => {
// @see https://github.com/nuxt/cli/issues/169#issuecomment-1729300497
// Workaround for https://github.com/nuxt/cli/issues/169
process.exit(0)
}
},
devtools: {enabled: true},
app: {
head: {
Expand Down

0 comments on commit eb0d5f0

Please sign in to comment.