Skip to content

Commit

Permalink
fix: bun run build
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-huang committed Dec 25, 2024
1 parent 0cb7a32 commit fabb3bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions javascript/durian.js-fastify/ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
apps: [
{
script: 'dist/main.js',
instances: "max",
exec_mode: 'cluster',
},
],
};
6 changes: 3 additions & 3 deletions javascript/durian.js-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"test:e2e": "durian test:e2e"
},
"dependencies": {
"durian.js": "~1.1.0",
"@nestjs/platform-fastify": "~10.4.0",
"durian.js": "^1.2.0",
"@nestjs/platform-fastify": "^10.4.15",
"pm2-beta": "^6.0.2"
}
}
}
4 changes: 2 additions & 2 deletions javascript/durian.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:e2e": "durian test:e2e"
},
"dependencies": {
"durian.js": "~1.0.0",
"durian.js": "^1.2.0",
"pm2-beta": "^6.0.2"
}
}
}

0 comments on commit fabb3bd

Please sign in to comment.