Skip to content

Commit 9a46987

Browse files
committed
chore: wip
1 parent 36b27b4 commit 9a46987

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

storage/framework/core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export * from './alias/src'
55
export * from './analytics/src'
66
export * as arrays from './arrays/src'
77
export * from './auth/src'
8-
export * as buddy from './stacks/src'
8+
export * as buddy from './buddy/src'
99
export * from './build/src'
1010
export * as cache from './cache/src'
1111
export * as chat from './chat/src'

storage/framework/core/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"paths": {
1414
"@stacksjs/*": ["./*/src"],
1515
"stacks/*": ["./*/src"],
16-
"buddy": ["stacks/index.ts"],
17-
"buddy/*": ["stacks/src/*"],
16+
"buddy": ["./buddy/index.ts"],
17+
"buddy/*": ["./buddy/src/*"],
1818
"~/*": ["../../../*"]
1919
},
2020
"resolveJsonModule": true,

0 commit comments

Comments
 (0)