Sidecar Logo

vite-env.d.ts

Configuration

/**
 * Sidecar Config for vite-env.d.ts
 */
module.exports = {
  title: "vite-env.d.ts",
  description: "Auto-generated draft",
};

Route Flow Map

--- title: "Route Flow: ssutil/src/vite-env.d.ts" --- flowchart TD title["Route Flow: ssutil/src/vite-env.d.ts"] style title fill:none,stroke:none,color:#B4976A,font-size:18px linkStyle default stroke:#c2a35d,stroke-width:2px,color:#fff classDef default color:#fff

AST Code Structure

--- title: "AST Structure: ssutil/src/vite-env.d.ts" --- graph TD n0["SF"] n5["VS"] n0 --> n5 n7["VD: content"] n5 --> n7 style n0 fill:#5E377B,color:#fff,stroke:#B4976A linkStyle default stroke:#c2a35d,stroke-width:1px,opacity:0.6
SF SourceFileVD VariableDeclarationVS VariableStatement