more unit testing
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 1m36s

This commit is contained in:
2025-11-22 15:24:53 -08:00
parent 0b6d89304b
commit 6e4127895a
2 changed files with 16 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
module.exports = {
apps: [{
name: 'flyer-crawler-api', // The name of our application in PM2
// Explicitly set the working directory. This is crucial for reliability.
cwd: '/var/www/flyer-crawler.projectium.com',
script: 'npm', // The script to run (we want to run an npm command)
args: 'run start', // The arguments to pass to the script (i.e., 'npm run start')
env_production: {