diff options
Diffstat (limited to 'scripts/client-build-stats.ts')
-rw-r--r-- | scripts/client-build-stats.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/client-build-stats.ts b/scripts/client-build-stats.ts index 70ceda975..d5ecd5fea 100644 --- a/scripts/client-build-stats.ts +++ b/scripts/client-build-stats.ts | |||
@@ -1,9 +1,6 @@ | |||
1 | import { registerTSPaths } from '../server/helpers/register-ts-paths' | ||
2 | registerTSPaths() | ||
3 | |||
4 | import { readdir, stat } from 'fs-extra' | 1 | import { readdir, stat } from 'fs-extra' |
5 | import { join } from 'path' | 2 | import { join } from 'path' |
6 | import { root } from '@server/helpers/core-utils' | 3 | import { root } from '@shared/core-utils' |
7 | 4 | ||
8 | async function run () { | 5 | async function run () { |
9 | const result = { | 6 | const result = { |