Skip to content

Commit

Permalink
fix(website): update prod serve command
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 18, 2024
1 parent 3663445 commit 5dbf3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "cross-env NODE_ENV=production npm run build:css && remix build",
"dev:css": "tailwindcss -o ./app/tailwind.css --watch",
"lint": "eslint . --ignore-path .gitignore --ext .js,.jsx",
"serve": "cross-env NODE_ENV=production remix-serve build",
"serve": "cross-env NODE_ENV=production remix-serve ./build/index.js",
"start": "cross-env NODE_ENV=development PORT=3002 concurrently \"npm run dev:css\" \"remix dev\""
},
"dependencies": {
Expand Down

0 comments on commit 5dbf3cd

Please sign in to comment.