We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9970f commit 431eafcCopy full SHA for 431eafc
lib/module.js
@@ -86,7 +86,7 @@ module.exports = async function (moduleOptions) {
86
component: page
87
})
88
89
- const url = nuxt.server.listeners ? nuxt.server.listeners[0].url : '/'
+ const url = nuxt.server.listeners && nuxt.server.listeners[0] ? nuxt.server.listeners[0].url : '/'
90
logger.info(`Tailwind Colors available on ${url}_tailwind`)
91
}
92
/*
0 commit comments