feat: added monorepo

This commit is contained in:
2023-07-02 02:20:41 -03:00
parent db0d493944
commit c67dead763
38 changed files with 810 additions and 96 deletions

6
packages/client/next-env.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/* eslint-disable @typescript-eslint/triple-slash-reference */
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.