Skip to content

Instantly share code, notes, and snippets.

@AhsanAyaz
Last active March 29, 2025 00:46
Show Gist options
  • Save AhsanAyaz/f2acbd1914e4315ac1949a45954022f2 to your computer and use it in GitHub Desktop.
Save AhsanAyaz/f2acbd1914e4315ac1949a45954022f2 to your computer and use it in GitHub Desktop.
Cloudways Pet Markt BE bash_aliases setup
cd && echo "export PATH='$PATH:/home/master/.nvm/versions/node/v22.14.0/lib/node_modules/npm'" >> ~/.bash_aliases
cd ~ && echo "export NODE_PATH='$NODE_PATH:/home/master/.nvm/versions/node/v22.14.0/lib/node_modules/npm/lib/node_modules'" >> ~/.bash_aliases
// dist/apps/pet-markt-web/server/ecosystem.config.js
module.exports = {
apps: [{
name: 'frontend',
script: 'server.mjs',
env: {
PM2: "true"
}
}]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment