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