diff --git a/dist/restore-only/index.js b/dist/restore-only/index.js index 2a51f92..03d0ae0 100644 --- a/dist/restore-only/index.js +++ b/dist/restore-only/index.js @@ -49108,7 +49108,7 @@ function run() { } }); } -run(); +// run(); exports.default = run; diff --git a/dist/restore/index.js b/dist/restore/index.js index b5ed08c..aa390fa 100644 --- a/dist/restore/index.js +++ b/dist/restore/index.js @@ -49045,7 +49045,7 @@ function run() { } }); } -run(); +// run(); exports.default = run; diff --git a/src/restore.ts b/src/restore.ts index 302bc93..52055c7 100644 --- a/src/restore.ts +++ b/src/restore.ts @@ -76,6 +76,6 @@ async function run(): Promise { } } -run(); +// run(); export default run;