Skip to content

Commit

Permalink
feat: export defaultAllowedOrigins for user-land config and 3rd par…
Browse files Browse the repository at this point in the history
…ty plugins (#19259)
  • Loading branch information
timacdonald authored Jan 23, 2025
1 parent ce3fe23 commit dc8946b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/publicUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export {
DEFAULT_CLIENT_MAIN_FIELDS as defaultClientMainFields,
DEFAULT_SERVER_CONDITIONS as defaultServerConditions,
DEFAULT_SERVER_MAIN_FIELDS as defaultServerMainFields,
defaultAllowedOrigins,
} from './constants'
export { version as esbuildVersion } from 'esbuild'
export {
Expand Down

0 comments on commit dc8946b

Please sign in to comment.