Skip to content

Commit

Permalink
fix npm run start by using workaround suggested by a github issue in …
Browse files Browse the repository at this point in the history
…the remix repo

upgraded remix deps to 2.4.1
  • Loading branch information
Chris Hatch committed Dec 30, 2023
1 parent 5fa1556 commit 1632cfb
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 72 deletions.
127 changes: 63 additions & 64 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"sideEffects": false,
"scripts": {
"build": "remix build",
"start": "remix-serve build",
"start": "remix-serve ./build/index.js",
"deploy": "fly deploy --remote-only",
"dev": "remix dev",
"jest-preview": "jest-preview",
Expand All @@ -41,10 +41,10 @@
"test:preview": "npm-run-all -p test jest-preview"
},
"dependencies": {
"@remix-run/css-bundle": "2.4.0",
"@remix-run/node": "2.4.0",
"@remix-run/react": "2.4.0",
"@remix-run/serve": "2.4.0",
"@remix-run/css-bundle": "2.4.1",
"@remix-run/node": "2.4.1",
"@remix-run/react": "2.4.1",
"@remix-run/serve": "2.4.1",
"@sentry/remix": "7.90.0",
"@stellar/js-xdr": "3.0.1",
"bignumber.js": "^9.1.1",
Expand All @@ -65,9 +65,9 @@
"devDependencies": {
"@flydotio/dockerfile": "^0.4.7",
"@playwright/test": "^1.40.0",
"@remix-run/dev": "2.4.0",
"@remix-run/eslint-config": "2.4.0",
"@remix-run/testing": "2.4.0",
"@remix-run/dev": "2.4.1",
"@remix-run/eslint-config": "2.4.1",
"@remix-run/testing": "2.4.1",
"@swc/core": "1.3.101",
"@swc/jest": "0.2.29",
"@testing-library/jest-dom": "^6.1.4",
Expand Down

0 comments on commit 1632cfb

Please sign in to comment.