Skip to content

Commit

Permalink
Moved the sitemap back to public & fixed restart script
Browse files Browse the repository at this point in the history
  • Loading branch information
IMXNOOBX committed Jan 29, 2025
1 parent 8cb2e7f commit 33feaa6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"production": "next build && next start -p 4224",
"lint": "next lint",
"pm2:start": "pm2 start \"npm run production\" --name my-universe",
"pm2:restart": "npm run production && pm2 restart my-universe --update-env",
"pm2:restart": "npm run build && pm2 restart my-universe --update-env",
"pm2:rs": "pm2 restart my-universe --update-env",
"pm2:stop": "pm2 delete my-universe",
"b" : "bumpp"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 33feaa6

Please sign in to comment.