We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063ca15 commit 9dd989bCopy full SHA for 9dd989b
storage/framework/core/orm/tests/example.test.ts
storage/framework/core/path/src/index.ts
@@ -1307,7 +1307,7 @@ export function homeDir(path?: string): string {
1307
export interface Path {
1308
actionsPath: (path?: string) => string
1309
userActionsPath: (path?: string) => string
1310
- builtUserActionsPath: (path?: string) => string
+ builtUserActionsPath: (path?: string, option?: { relative: boolean }) => string
1311
userComponentsPath: (path?: string) => string
1312
userViewsPath: (path?: string) => string
1313
userFunctionsPath: (path?: string) => string
0 commit comments