Skip to content

Commit

Permalink
feat: update Procfile for web process; modify package.json to include…
Browse files Browse the repository at this point in the history
… @astrojs/check dependency
  • Loading branch information
iamvikshan committed Nov 12, 2024
1 parent d87edbb commit 47af919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
worker: npm i pm2@latest && pm2 start src/index.js --name "amina" --no-daemon
web: cd astro && npm i pm2@latest && npm run build && pm2 start dist/server/entry.mjs --name "mina-web" --no-daemon
web: cd astro && npm i && npm run build && cd .. && pm2 start astro/dist/server/entry.mjs --name "mina-web" --no-daemon
2 changes: 1 addition & 1 deletion astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"f": "prettier --write src"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.2",
"@astrojs/sitemap": "^3.2.1",
Expand Down Expand Up @@ -41,7 +42,6 @@
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"tailwindcss": "^3.4.14",
"@astrojs/check": "^0.9.4",
"typescript": "^5.6.3"
},
"devDependencies": {
Expand Down

0 comments on commit 47af919

Please sign in to comment.