Last active
March 29, 2025 00:46
-
-
Save AhsanAyaz/f2acbd1914e4315ac1949a45954022f2 to your computer and use it in GitHub Desktop.
Cloudways Pet Markt BE bash_aliases setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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