File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77The TanStack CLI add-on is now available for generating and configuring ArkEnv in TanStack Start applications.
88
99Features include:
10- - Multi-validator selection during scaffolding (ArkType, Zod, or Valibot)
10+ - Multi-validator support (ArkType by default; configurable for Zod or Valibot)
1111- Automated ` vite.config.ts ` setup with ` @arkenv/vite-plugin `
1212- Typesafe ` src/env.ts ` schema definition with server secret isolation
1313- Scaffolding of an interactive demo route at ` /demo/arkenv ` demonstrating client-side secret protection
Original file line number Diff line number Diff line change 1313 "scripts" : {
1414 "build" : " tsx scripts/build.ts" ,
1515 "typecheck" : " tsc --noEmit" ,
16- "clean" : " rimraf dist .add-on/info.json add-on.json node_modules" ,
16+ "clean" : " rimraf dist node_modules" ,
1717 "test" : " vitest run" ,
1818 "fix" : " pnpm -w run fix"
1919 },
You can’t perform that action at this time.
0 commit comments