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 36b27b4 commit 9a46987Copy full SHA for 9a46987
storage/framework/core/index.ts
@@ -5,7 +5,7 @@ export * from './alias/src'
5
export * from './analytics/src'
6
export * as arrays from './arrays/src'
7
export * from './auth/src'
8
-export * as buddy from './stacks/src'
+export * as buddy from './buddy/src'
9
export * from './build/src'
10
export * as cache from './cache/src'
11
export * as chat from './chat/src'
storage/framework/core/tsconfig.json
@@ -13,8 +13,8 @@
13
"paths": {
14
"@stacksjs/*": ["./*/src"],
15
"stacks/*": ["./*/src"],
16
- "buddy": ["stacks/index.ts"],
17
- "buddy/*": ["stacks/src/*"],
+ "buddy": ["./buddy/index.ts"],
+ "buddy/*": ["./buddy/src/*"],
18
"~/*": ["../../../*"]
19
},
20
"resolveJsonModule": true,
0 commit comments