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 7f419a1 commit fcf5b19Copy full SHA for fcf5b19
redisinsight/api/src/init-helper.ts
@@ -28,6 +28,7 @@ const migrateData = async (homedir: string, prevHomedir: string) => {
28
await Promise.all([
29
'redisinsight.db',
30
'plugins',
31
+ 'custom-tutorials',
32
].map((target) => copySource(
33
join(prevHomedir, target),
34
join(homedir, target),
0 commit comments