chore: remove api base url log from client

This commit is contained in:
Bereket Engida
2024-10-12 01:40:05 +03:00
parent b3fdd5a808
commit 4b36770eec
4 changed files with 14 additions and 16 deletions

View File

@@ -38,3 +38,5 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
certificates

View File

@@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev:secure": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"