File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export default {
12
12
prevHomedir,
13
13
logs : join ( homedir , 'logs' ) ,
14
14
customPlugins : join ( homedir , 'plugins' ) ,
15
+ customTutorials : join ( homedir , 'custom-tutorials' ) ,
15
16
commands : join ( homedir , 'commands' ) ,
16
17
guides : process . env . GUIDES_DEV_PATH || join ( homedir , 'guides' ) ,
17
18
tutorials : process . env . TUTORIALS_DEV_PATH || join ( homedir , 'tutorials' ) ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export default {
12
12
prevHomedir,
13
13
logs : join ( homedir , 'logs' ) ,
14
14
customPlugins : join ( homedir , 'plugins' ) ,
15
+ customTutorials : join ( homedir , 'custom-tutorials' ) ,
15
16
commands : join ( homedir , 'commands' ) ,
16
17
guides : process . env . GUIDES_DEV_PATH || join ( homedir , 'guides' ) ,
17
18
tutorials : process . env . TUTORIALS_DEV_PATH || join ( homedir , 'tutorials' ) ,
You can’t perform that action at this time.
0 commit comments