Skip to content

Commit 04cb41d

Browse files
committed
refactor: remove usage of getDirname
1 parent cb6e0f9 commit 04cb41d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stubs/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77
* file that was distributed with this source code.
88
*/
99

10-
import { getDirname } from '@adonisjs/core/helpers'
11-
12-
export const stubsRoot = getDirname(import.meta.url)
10+
export const stubsRoot = import.meta.dirname

0 commit comments

Comments
 (0)