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 7dbff80 commit be6cdccCopy full SHA for be6cdcc
bin/picgo
@@ -8,7 +8,7 @@ if (configPath !== true && configPath !== '') {
8
} else {
9
configPath = ''
10
}
11
-const PicGo = require('../dist/index')
+const PicGo = require('../dist/src/index')
12
const picgo = new PicGo(configPath)
13
picgo.registerCommands()
14
0 commit comments