File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ export default createConfigForNuxt({
176176 {
177177 zones : [
178178 {
179- from : 'packages/nuxt/src/!(core)/** /*' ,
179+ from : 'packages/nuxt/src/!(core)/runtime /*' ,
180180 message : 'core should not directly import from modules.' ,
181181 target : 'packages/nuxt/src/core' ,
182182 } ,
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import { glob } from 'tinyglobby'
99import { defu } from 'defu'
1010import { basename , join , relative } from 'pathe'
1111import { resolveModuleURL } from 'exsolve'
12+ import { withTrailingSlash , withoutTrailingSlash } from 'ufo'
1213
1314import { directoryToURL } from '../internal/esm'
14- import { withTrailingSlash , withoutTrailingSlash } from 'ufo'
1515
1616export interface LoadNuxtConfigOptions extends Omit < LoadConfigOptions < NuxtConfig > , 'overrides' > {
1717 // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
You can’t perform that action at this time.
0 commit comments