Update module.ts to replace node:path with pathe package
This commit is contained in:
parent
955dfdc253
commit
d3249392cd
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user