Skip to content

Commit

Permalink
fix(docs): wrong process.env format #15921
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Oct 21, 2023
1 parent 7589825 commit 153d8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `ssrContext` Object is the SSR context with which all the app's Vue componen
## Usage

::: warning
The `ssrContext` Object is available only on SSR builds, on the server-side compilation (when `process.env.SERVER === true`).
The `ssrContext` Object is available only on SSR builds, on the server-side compilation (when `processenvSERVER === true`).
:::

Among other places, it is supplied as parameter to [boot files](/quasar-cli-vite/boot-files), to the [Vuex store](/quasar-cli-vite/state-management-pinia-vuex) and [Vue Router](/quasar-cli-vite/routing) initialization functions, and to the [preFetch](/quasar-cli-vite/prefetch-feature) method:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `ssrContext` Object is the SSR context with which all the app's Vue componen
## Usage

::: warning
The `ssrContext` Object is available only on SSR builds, on the server-side compilation (when `process.env.SERVER === true`).
The `ssrContext` Object is available only on SSR builds, on the server-side compilation (when `processenvSERVER === true`).
:::

Among other places, it is supplied as parameter to [boot files](/quasar-cli-webpack/boot-files), to the [Vuex store](/quasar-cli-webpack/state-management-pinia-vuex) and [Vue Router](/quasar-cli-webpack/routing) initialization functions, and to the [preFetch](/quasar-cli-webpack/prefetch-feature) method:
Expand Down

0 comments on commit 153d8fa

Please sign in to comment.