This commit is contained in:
ghoshalayan 2025-01-29 10:43:39 +05:30
commit 083a234bb7
2 changed files with 6 additions and 0 deletions

1
.env.development Normal file
View File

@ -0,0 +1 @@
NEXT_PUBLIC_BASE_URL = http://localhost:8000/api

5
next-env.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.