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 3226e73 commit 4d3961aCopy full SHA for 4d3961a
srv/github-dev.js
@@ -14,7 +14,7 @@ Seneca({tag: 'github'})
14
.test('print')
15
16
.use('entity')
17
- .use('jsonfile-store', {folder: __dirname+'/data'})
+ .use('jsonfile-store', {folder: __dirname+'/../data'})
18
19
.use('..',{token:TOKEN})
20
0 commit comments