Skip to content

Commit d2af895

Browse files
committed
chore: wip
1 parent 488997c commit d2af895

File tree

1 file changed

+5
-0
lines changed
  • storage/framework/core/src/path/src

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ export function langPath(path?: string) {
207207
return projectPath(`lang/${path || ''}`)
208208
}
209209

210+
export function layoutsPath(path?: string) {
211+
return resourcesPath(`layouts/${path || ''}`)
212+
}
213+
210214
export type LibraryType = 'vue-components' | 'web-components' | 'functions'
211215
export function libraryEntryPath(type: LibraryType) {
212216
return libsEntriesPath(`${type}.ts`)
@@ -462,6 +466,7 @@ export const path = {
462466
functionsPath,
463467
gitPath,
464468
langPath,
469+
layoutsPath,
465470
libsPath,
466471
libraryEntryPath,
467472
lintPath,

0 commit comments

Comments
 (0)