Skip to content

Commit

Permalink
fix(core): temp aliases workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 20, 2022
1 parent bfad9b8 commit b6eec12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .stacks/alias.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const r = (p: string) => resolve(__dirname, p)
*/
export const alias: Record<string, string> = {
'~': r('../packages'),
'@ow3/hello-world-vue': r('../packages/components'),
'@ow3/hello-world-elements': r('../packages/elements'),
'@ow3/hello-world-composable': r('../packages/composables'),
'@ow3/stacks': r('.'),
'@ow3/hello-world-vue': r('../../packages/components'),
'@ow3/hello-world-elements': r('../../packages/elements'),
'@ow3/hello-world-composable': r('../../packages/composables'),
'@ow3/stacks': r('../../.stacks'),
}

0 comments on commit b6eec12

Please sign in to comment.