This commit is contained in:
Samandar Turg'unboev
2025-05-29 10:28:05 +05:00
parent c8d259d1ba
commit be36e5bcd6
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "cross-env NEXT_PUBLIC_API_URL=https://cpost.felixits.uz next dev --port=3080",
"build": "next build",
"build": "cross-env NEXT_PUBLIC_API_URL=https://api.cpost-express.uz next build",
"build:dev": "cross-env NEXT_PUBLIC_API_URL=https://cpost.felixits.uz next build",
"build:prod": "cross-env NEXT_PUBLIC_API_URL=https://api.cpost-express.uz next build",
"start": "next start",