From 62a5c062d16c2f04d0187896363b6e73b4239379 Mon Sep 17 00:00:00 2001 From: Samandar Turg'unboev Date: Mon, 30 Jun 2025 17:57:55 +0500 Subject: [PATCH] url build --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b70515e..5ac2043 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "private": true, "scripts": { "dev": "cross-env NEXT_PUBLIC_API_URL=https://cpost.felixits.uz next dev --port=3080", - "build": "cross-env NEXT_PUBLIC_API_URL=https://api.cpost-express.uz next build", + "build": "cross-env NEXT_PUBLIC_API_URL=https://api.cpcargo.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", + "build:prod": "cross-env NEXT_PUBLIC_API_URL=https://api.cpcargo.uz next build", "start": "next start", "lint": "next lint", "test": "vitest",