You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, the add-on scaffolds with **ArkType** (`@arkenv/core`) and includes the interactive demo route at `/demo/arkenv`.
35
+
36
+
Configuration options supported by the add-on:
35
37
36
38
-**Validator Engine**:
37
39
-**ArkType** (default) — installs `@arkenv/core` and `arktype`
38
40
-**Zod** — installs `@arkenv/standard` and `zod`
39
41
-**Valibot** — installs `@arkenv/standard` and `valibot`
40
42
-**Interactive Demo Route**:
41
43
-**Include `/demo/arkenv`** (default) — scaffolds an interactive secret leak test showcasing server-only isolation in the browser
42
-
-**Skip demo route** — scaffolds only the schema definition and plugin configuration
44
+
-**Skip demo route** — scaffolds only the schema definition and plugin configuration (automatically skipped when creating a project with `--no-examples` or the `blank` preset)
0 commit comments