From 2c03ee104d06e1be712356efa06a8b3cbe2d09dc Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 19 Mar 2024 19:24:29 +0000 Subject: refactor: Move landing page to its own app to deploy it separately --- apps/landing/next-env.d.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 apps/landing/next-env.d.ts (limited to 'apps/landing/next-env.d.ts') diff --git a/apps/landing/next-env.d.ts b/apps/landing/next-env.d.ts new file mode 100644 index 00000000..4f11a03d --- /dev/null +++ b/apps/landing/next-env.d.ts @@ -0,0 +1,5 @@ +/// +/// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information. -- cgit v1.2.3-70-g09d2