From 51f70f7eb5dfeac8bdea0e1fb05837fbf3bb1baa Mon Sep 17 00:00:00 2001 From: ihzero Date: Wed, 8 May 2024 23:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 - .env.production | 4 +--- .gitignore | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index d2b0f8e..74165c9 100644 --- a/.env.development +++ b/.env.development @@ -3,4 +3,3 @@ VITE_API_BASE_URL = '/api' -VITE_NFT_BASE_URL = 'http://store-manage.hmily.club' diff --git a/.env.production b/.env.production index d2b0f8e..d60d340 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,4 @@ -VITE_API_BASE_URL = '/api' - -VITE_NFT_BASE_URL = 'http://store-manage.hmily.club' +VITE_API_BASE_URL = 'http://store-manage.hmily.club' diff --git a/.gitignore b/.gitignore index a547bf3..45f4f79 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* +dist.* node_modules dist