Skip to content

Commit

Permalink
fix windows paths 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 2, 2024
1 parent bc432c8 commit 6c270a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const config: Config = {
outputTargets: [
{
type: 'docs-json',
file: join(workspaceDir, 'resources', 'data', 'components.json'),
file: '../../resources/data/components.json',
},
{
type: 'dist',
Expand Down

0 comments on commit 6c270a8

Please sign in to comment.