UNPKG

create-better-t-stack

Version:

A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations

7 lines (5 loc) 131 B
import type { Config } from "@react-router/dev/config"; export default { ssr: false, appDirectory: "src", } satisfies Config;