diff --git a/.env.development b/.env.development index 24d62d5..4a95475 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,3 @@ NEXT_PUBLIC_API_URL=http://localhost:8000/api NEXT_PUBLIC_BLOG_API_URL=http://localhost:8000/api/blog -NEXT_PUBLIC_FRONT_URL=http://localhost:3000 \ No newline at end of file +NEXT_PUBLIC_FRONT_URL=http://localhost:3001 \ No newline at end of file diff --git a/package.json b/package.json index 9c21408..9ffc65e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "scripts": { - "dev": "start cmd.exe /k \"C:/laragon/bin/mysql/mysql-8.0.30-winx64/bin/mysqld.exe\" && start cmd.exe /k \"cd C:/Users/p.aghaei/Desktop/Work/parsa/parsaaghayi/backend && php artisan serve\" && start cmd.exe /k \"cd C:/Users/p.aghaei/Desktop/Work/parsa/parsaaghayi/frontend && next dev\"", + "dev": "start cmd.exe /k \"C:/laragon/bin/mysql/mysql-8.0.30-winx64/bin/mysqld.exe\" && start cmd.exe /k \"cd C:/Users/p.aghaei/Desktop/Work/parsa/parsaaghayi/backend && php artisan serve\" && start cmd.exe /k \"cd C:/Users/p.aghaei/Desktop/Work/parsa/parsaaghayi/frontend && next dev --port 3001\"", "build": "next build", "start": "next start", "lint": "next lint",