Skip to content

Commit

Permalink
Merge pull request #8 from mwlt68/development
Browse files Browse the repository at this point in the history
environment files update
  • Loading branch information
mwlt68 authored Mar 20, 2023
2 parents 29bc595 + 3fa8971 commit 3a0dd88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
REACT_APP_API_URL=test
REACT_APP_API_URL=https://apiseaborgium.segin.one
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start:prod": "env-cmd -f .env.production react-scripts start",
"start": "env-cmd -f .env.production react-scripts start",
"start:dev": "env-cmd -f .env.development react-scripts start",
"build:prod": "env-cmd -f .env.production react-scripts build",
"build": "env-cmd -f .env.production react-scripts build",
"build:dev": "env-cmd -f .env.development react-scripts build"
},
"eslintConfig": {
Expand Down

1 comment on commit 3a0dd88

@vercel
Copy link

@vercel vercel bot commented on 3a0dd88 Mar 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seaborgium-web – ./

seaborgium-web-mwlt68.vercel.app
seaborgium-web-git-master-mwlt68.vercel.app
seaborgium-web.vercel.app

Please sign in to comment.