feat: add monorepo

This commit is contained in:
Mauricio Siu
2024-10-27 22:16:31 -06:00
parent fd1f028077
commit 9321ed16ed
319 changed files with 79066 additions and 355 deletions

2
apps/docs/i18n.ts Normal file
View File

@@ -0,0 +1,2 @@
export const defaultLanguage = "en";
export const languages = ["en", "cn"];