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