Skip to content

Commit f33e198

Browse files
feat: update warning for renamed module from nuxt-kql to nuxt-kirby
1 parent 2851803 commit f33e198

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/module.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ export default defineNuxtModule<ModuleOptions>({
178178
async setup(options, nuxt) {
179179
const moduleName = name
180180

181+
logger.warn('`nuxt-kql` has been renamed to `nuxt-kirby`. Please update your dependencies!')
182+
181183
// Make sure Kirby URL and KQL endpoint are set
182184
if (!options.url)
183185
logger.error('Missing `KIRBY_BASE_URL` environment variable')

0 commit comments

Comments
 (0)