Skip to content

Commit 9dd989b

Browse files
chore: wip
1 parent 063ca15 commit 9dd989b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

storage/framework/core/orm/tests/example.test.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

storage/framework/core/path/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ export function homeDir(path?: string): string {
13071307
export interface Path {
13081308
actionsPath: (path?: string) => string
13091309
userActionsPath: (path?: string) => string
1310-
builtUserActionsPath: (path?: string) => string
1310+
builtUserActionsPath: (path?: string, option?: { relative: boolean }) => string
13111311
userComponentsPath: (path?: string) => string
13121312
userViewsPath: (path?: string) => string
13131313
userFunctionsPath: (path?: string) => string

0 commit comments

Comments
 (0)