feat: add api foundation and booking schema

This commit is contained in:
2026-09-18 15:14:49 +08:00
parent 55b2b091c2
commit 5e71b89e95
8 changed files with 1556 additions and 31 deletions

View File

@@ -2,7 +2,7 @@ import eslint from "@eslint/js";
import tseslint from "typescript-eslint";
export default tseslint.config(
{ ignores: ["**/dist/**", "**/.next/**", "**/node_modules/**", "prototype/**"] },
{ ignores: ["**/dist/**", "**/.next/**", "**/node_modules/**", "prototype/**", "**/prisma/**"] },
eslint.configs.recommended,
...tseslint.configs.recommendedTypeChecked,
{