Skip to content

Commit

Permalink
feat(package.json): 🔨 start-prod for serving build with .env.prod
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilEinarsen committed May 2, 2023
1 parent 37ecc39 commit 1c5f995
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"build": "remix build",
"start": "remix-serve build",
"start-prod": "remix build && dotenv -e .env.prod remix-serve build",
"dev": "remix dev",
"tsc": "tsc"
},
Expand Down Expand Up @@ -46,6 +47,7 @@
"@types/react-google-recaptcha": "^2.1.5",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.0",
"dotenv-cli": "^7.2.1",
"eslint": "^8.38.0",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.2.2",
Expand Down

1 comment on commit 1c5f995

@vercel
Copy link

@vercel vercel bot commented on 1c5f995 May 2, 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:

hagatun – ./

hagatun-hagatun.vercel.app
hagatun-git-main-hagatun.vercel.app
hagatun.vercel.app
hagatun.se

Please sign in to comment.