Skip to content

Commit dc8946b

Browse files
authored
feat: export defaultAllowedOrigins for user-land config and 3rd party plugins (#19259)
1 parent ce3fe23 commit dc8946b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/node/publicUtils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export {
99
DEFAULT_CLIENT_MAIN_FIELDS as defaultClientMainFields,
1010
DEFAULT_SERVER_CONDITIONS as defaultServerConditions,
1111
DEFAULT_SERVER_MAIN_FIELDS as defaultServerMainFields,
12+
defaultAllowedOrigins,
1213
} from './constants'
1314
export { version as esbuildVersion } from 'esbuild'
1415
export {

0 commit comments

Comments
 (0)