Skip to content

Commit 825a229

Browse files
[autofix.ci] apply automated fixes
1 parent b6be375 commit 825a229

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/www/content/docs/arkenv/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if (!result.success) {
109109
}
110110
```
111111

112-
:::warning[Not supported in integrations]
112+
:::warning\[Not supported in integrations]
113113

114114
The `safe: true` option is purposefully omitted from the configuration options of framework integrations (like `@arkenv/vite-plugin`, `@arkenv/nextjs`, etc.).
115115

apps/www/content/docs/bun-plugin/typing-process-env.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The `ProcessEnvAugmented` type:
7070

7171
Server-only variables (like `PORT`) are automatically excluded from the client bundle and won't appear in the augmented `process.env` type.
7272

73-
:::important[Imports will break type augmentation]
73+
:::important\[Imports will break type augmentation]
7474

7575
If the `ProcessEnv` augmentation does not work, make sure you do not have any `import` statements in `bun-env.d.ts`. See [the TypeScript documentation](https://www.typescriptlang.org/docs/handbook/2/modules.html#how-javascript-modules-are-defined) for more information.
7676
:::

apps/www/content/docs/nextjs/layouts/simple.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ src
1313

1414
To protect server-side secrets from ever reaching the client bundle, ArkEnv uses a proxy that throws a runtime error if a server-side variable is detected.
1515

16-
:::warning[Server logic in client bundle]
16+
:::warning\[Server logic in client bundle]
1717
Defining your schemas together means the *server validation logic* is shipped in the client bundle.
1818

1919
| ⚠️ Visible in JS bundle | 🔒 Secure on server |

apps/www/content/docs/nuxt/layouts/simple.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env.ts
1212

1313
To protect server-side secrets from ever reaching the client bundle, ArkEnv uses a proxy that throws a runtime error if a server-side variable is detected.
1414

15-
:::warning[Server logic in client bundle]
15+
:::warning\[Server logic in client bundle]
1616
Defining your schemas together means the *server validation logic* is shipped in the client bundle.
1717

1818
| ⚠️ Visible in JS bundle | 🔒 Secure on server |

apps/www/content/docs/vite-plugin/typing-import-meta-env.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ interface ViteTypeOptions {
115115
}
116116
```
117117

118-
:::important[Imports will break type augmentation]
118+
:::important\[Imports will break type augmentation]
119119

120120
If the `ImportMetaEnv` augmentation does not work, make sure you do not have any `import` statements in `vite-env.d.ts`. See [the TypeScript documentation](https://www.typescriptlang.org/docs/handbook/2/modules.html#how-javascript-modules-are-defined) for more information.
121121
:::

0 commit comments

Comments
 (0)