Skip to content

Commit

Permalink
Fix Remix
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Apr 20, 2024
1 parent bf8ab5e commit b67845b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "remix vite:build",
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/server/index.js",
"start:prod": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
},
"dependencies": {
Expand Down

0 comments on commit b67845b

Please sign in to comment.