Skip to content

Commit 44130da

Browse files
committed
chore: update .patternlabrc config example with more realistic path resolution approach (for real life usage)
1 parent ed0397f commit 44130da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// .rc config file allowing users to customize folder locations, etc that are wired up to be configurable in the build process (via cosmic config) -- this example lives in the root of UIKit however can live in a higher-level parent as part of your project's config!
22

33
module.exports = {
4-
// buildDir: '../../../www/pattern-lab',
4+
// buildDir: __dirname + '/www/pattern-lab',
55
}

0 commit comments

Comments
 (0)