feat(create-turbo): create basic

This commit is contained in:
Turbobot
2025-08-25 22:24:01 +04:00
committed by Asya Vee
commit e6579171ec
63 changed files with 4649 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import { nextJsConfig } from "@repo/eslint-config/next-js";
/** @type {import("eslint").Linter.Config} */
export default nextJsConfig;