Update module.ts to replace node:path with pathe package

This commit is contained in:
Gary Thomas 2023-12-29 09:53:25 +00:00 committed by GitHub
parent 955dfdc253
commit d3249392cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import { readdirSync } from 'node:fs'
import { join } from 'node:path'
import { join } from 'pathe'
import { addComponent, createResolver, defineNuxtModule } from '@nuxt/kit'
import { Project } from 'ts-morph'