compile docs?
All checks were successful
Deploy Frontend / docker (17, 3.8.5) (push) Successful in 57s

This commit is contained in:
Braydon 2024-04-20 01:55:54 -04:00
parent e4d05f5104
commit e4176a4dbe

@ -29,6 +29,6 @@
"@/configJson": ["./config.json"] "@/configJson": ["./config.json"]
} }
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "docs/*.{md,mdx}"],
"exclude": ["node_modules"] "exclude": ["node_modules"]
} }