File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/4-advanced/05-integration-and-deployment Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -280,9 +280,9 @@ Viteは、[`VITE_`で始まる[[環境変数]]を、アプリケーション内
280280
281281しかし、本番環境では、これとは異なる方法を用います。バックエンドでは、[[ ビルド]] 済みのJavaScriptファイルを実行してWebサーバーを起動します。フロントエンドでは、Viteによる[[ ビルド]] 結果をRenderで配信します。
282282
283- | 環境 | バックエンド | フロントエンド |
284- | -------- | --------------------------------------------------------------------------- | --------- -------------------------------------- |
285- | 開発環境 | [[ ` tsx ` パッケージ]] でTypeScriptファイルを実行してWebサーバーを起動 | Viteの開発用サーバーを起動 |
283+ | 環境 | バックエンド | フロントエンド |
284+ | -------- | ------------------------------------------------------------------ | -------------------------------------- |
285+ | 開発環境 | [[ ` tsx ` パッケージ]] でTypeScriptファイルを実行してWebサーバーを起動 | Viteの開発用サーバーを起動 |
286286| 本番環境 | [[ ビルド]] 済みのJavaScriptファイルを実行してWebサーバーを起動 | Viteによる[[ ビルド]] 結果をRenderで配信 |
287287
288288### ビルドの設定をする
You can’t perform that action at this time.
0 commit comments