File tree Expand file tree Collapse file tree 14 files changed +13
-13
lines changed Expand file tree Collapse file tree 14 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import path from 'path'
17
17
import fs from 'fs/promises'
18
18
import { loadBindings } from './swc'
19
19
import { nonNullable } from '../lib/non-nullable'
20
- import * as ciEnvironment from '../telemetry /ci-info'
20
+ import * as ciEnvironment from '../server /ci-info'
21
21
import debugOriginal from 'next/dist/compiled/debug'
22
22
import picomatch from 'next/dist/compiled/picomatch'
23
23
import { defaultOverrides } from '../server/require-hook'
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ import loadConfig from '../server/config'
86
86
import type { BuildManifest } from '../server/get-page-files'
87
87
import { normalizePagePath } from '../shared/lib/page-path/normalize-page-path'
88
88
import { getPagePath } from '../server/require'
89
- import * as ciEnvironment from '../telemetry /ci-info'
89
+ import * as ciEnvironment from '../server /ci-info'
90
90
import {
91
91
turborepoTraceAccess ,
92
92
TurborepoAccessTraceResult ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ import { isClientReference } from '../lib/client-reference'
79
79
import { withStaticGenerationStore } from '../server/async-storage/with-static-generation-store'
80
80
import { IncrementalCache } from '../server/lib/incremental-cache'
81
81
import { nodeFs } from '../server/lib/node-fs-methods'
82
- import * as ciEnvironment from '../telemetry /ci-info'
82
+ import * as ciEnvironment from '../server /ci-info'
83
83
import { normalizeAppPath } from '../shared/lib/router/utils/app-paths'
84
84
import { denormalizeAppPagePath } from '../shared/lib/page-path/denormalize-app-path'
85
85
import { RouteKind } from '../server/route-kind'
Original file line number Diff line number Diff line change 1
1
import path from 'path'
2
2
import { IncrementalCache } from '../../server/lib/incremental-cache'
3
- import { hasNextSupport } from '../../telemetry /ci-info'
3
+ import { hasNextSupport } from '../../server /ci-info'
4
4
import { nodeFs } from '../../server/lib/node-fs-methods'
5
5
import { interopDefault } from '../../lib/interop-default'
6
6
import { formatDynamicImportPath } from '../../lib/format-dynamic-import-path'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import {
36
36
import loadConfig from '../server/config'
37
37
import type { ExportPathMap } from '../server/config-shared'
38
38
import { eventCliSession } from '../telemetry/events'
39
- import { hasNextSupport } from '../telemetry /ci-info'
39
+ import { hasNextSupport } from '../server /ci-info'
40
40
import { Telemetry } from '../telemetry/storage'
41
41
import { normalizePagePath } from '../shared/lib/page-path/normalize-page-path'
42
42
import { denormalizePagePath } from '../shared/lib/page-path/denormalize-page-path'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
15
15
RSC_PREFETCH_SUFFIX ,
16
16
RSC_SUFFIX ,
17
17
} from '../../lib/constants'
18
- import { hasNextSupport } from '../../telemetry /ci-info'
18
+ import { hasNextSupport } from '../../server /ci-info'
19
19
import { lazyRenderAppPage } from '../../server/route-modules/app-page/module.render'
20
20
import { isBailoutToCSRError } from '../../shared/lib/lazy-dynamic/bailout-to-csr'
21
21
import { NodeNextRequest , NodeNextResponse } from '../../server/base-http/node'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import type {
22
22
} from '../../server/lib/mock-request'
23
23
import { isDynamicUsageError } from '../helpers/is-dynamic-usage-error'
24
24
import { SERVER_DIRECTORY } from '../../shared/lib/constants'
25
- import { hasNextSupport } from '../../telemetry /ci-info'
25
+ import { hasNextSupport } from '../../server /ci-info'
26
26
import { isStaticGenEnabled } from '../../server/route-modules/app-route/helpers/is-static-gen-enabled'
27
27
import type { ExperimentalConfig } from '../../server/config-shared'
28
28
import { isMetadataRouteFile } from '../../lib/metadata/is-metadata-route'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { normalizeAppPath } from '../shared/lib/router/utils/app-paths'
27
27
28
28
import { createRequestResponseMocks } from '../server/lib/mock-request'
29
29
import { isAppRouteRoute } from '../lib/is-app-route-route'
30
- import { hasNextSupport } from '../telemetry /ci-info'
30
+ import { hasNextSupport } from '../server /ci-info'
31
31
import { exportAppRoute } from './routes/app-route'
32
32
import { exportAppPage } from './routes/app-page'
33
33
import { exportPagesPage } from './routes/pages'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import findUp from 'next/dist/compiled/find-up'
4
4
// @ts -ignore no-json types
5
5
import nextPkgJson from 'next/package.json'
6
6
import type { UnwrapPromise } from './coalesced-function'
7
- import { isCI } from '../telemetry /ci-info'
7
+ import { isCI } from '../server /ci-info'
8
8
import { getRegistry } from './helpers/get-registry'
9
9
10
10
let registry : string | undefined
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import type { TypeCheckResult } from './typescript/runTypeCheck'
12
12
import { writeAppTypeDeclarations } from './typescript/writeAppTypeDeclarations'
13
13
import { writeConfigurationDefaults } from './typescript/writeConfigurationDefaults'
14
14
import { installDependencies } from './install-dependencies'
15
- import { isCI } from '../telemetry /ci-info'
15
+ import { isCI } from '../server /ci-info'
16
16
import { missingDepsError } from './typescript/missingDependencyError'
17
17
18
18
const requiredPackages = [
You can’t perform that action at this time.
0 commit comments