aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/prune-storage.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/prune-storage.ts')
-rwxr-xr-xscripts/prune-storage.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/prune-storage.ts b/scripts/prune-storage.ts
index df4bdeebe..c8968013b 100755
--- a/scripts/prune-storage.ts
+++ b/scripts/prune-storage.ts
@@ -1,3 +1,6 @@
1import { registerTSPaths } from '../server/helpers/register-ts-paths'
2registerTSPaths()
3
1import * as prompt from 'prompt' 4import * as prompt from 'prompt'
2import { join } from 'path' 5import { join } from 'path'
3import { CONFIG } from '../server/initializers/config' 6import { CONFIG } from '../server/initializers/config'