File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import _debug from 'debug'
2
2
import fs from 'fs-extra'
3
3
import path from 'node:path'
4
4
import c from 'picocolors'
5
+ import { glob } from 'tinyglobby'
5
6
import {
6
7
createLogger ,
7
8
loadConfigFromFile ,
@@ -16,12 +17,12 @@ import {
16
17
APPEARANCE_KEY ,
17
18
VP_SOURCE_KEY ,
18
19
slash ,
20
+ type AdditionalConfig ,
21
+ type AdditionalConfigDict ,
19
22
type HeadConfig ,
20
23
type SiteData
21
24
} from './shared'
22
25
import type { RawConfigExports , SiteConfig , UserConfig } from './siteConfig'
23
- import type { AdditionalConfig , AdditionalConfigDict } from '../../types/shared'
24
- import { glob } from 'tinyglobby'
25
26
26
27
export { resolvePages } from './plugins/dynamicRoutesPlugin'
27
28
export * from './siteConfig'
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ export type {
11
11
PageData ,
12
12
PageDataPayload ,
13
13
SiteData ,
14
- SSGContext
14
+ SSGContext ,
15
+ AdditionalConfig ,
16
+ AdditionalConfigDict
15
17
} from '../../types/shared'
16
18
17
19
export const EXTERNAL_URL_RE = / ^ (?: [ a - z ] + : | \/ \/ ) / i
You can’t perform that action at this time.
0 commit comments