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

6 lines (4 loc) 124 B
import { NextResponse } from "next/server"; export async function GET() { return NextResponse.json({ message: "OK" }); }