Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(schema,nuxt): add shared folder to alias and auto-imports #28682

Merged
merged 7 commits into from
Nov 2, 2024
Prev Previous commit
Merge branch 'main' into feat/shared-dir
  • Loading branch information
danielroe authored Nov 1, 2024
commit 2aa8af187e4994e119e6f2b76662ecf937650579
1 change: 1 addition & 0 deletions packages/nuxt/src/core/nitro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import { distDir } from '../dirs'
import { toArray } from '../utils'
import { template as defaultSpaLoadingTemplate } from '../../../ui-templates/dist/templates/spa-loading-icon'
import { createImportProtectionPatterns } from './plugins/import-protection'
import { EXTENSION_RE } from './utils'

const logLevelMapReverse = {
silent: 0,
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.