We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a3496 commit 0252a14Copy full SHA for 0252a14
config/server-options.md
@@ -149,7 +149,7 @@ export default defineConfig({
149
- **型:** `boolean | CorsOptions`
150
- **デフォルト:** `false`
151
152
-開発サーバーの CORS を設定します。[オプションオブジェクト](https://github.com/expressjs/cors#configuration-options)を渡して微調整するか、`true` で有効にします。
+開発サーバーの CORS を設定します。[オプションオブジェクト](https://github.com/expressjs/cors#configuration-options)を渡して微調整するか、`true` で任意のオリジンを許可します。
153
154
:::warning
155
0 commit comments