Skip to content

Commit

Permalink
chore: update api
Browse files Browse the repository at this point in the history
  • Loading branch information
isnolan committed May 10, 2024
1 parent 8f53ef3 commit 603366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bodhi-service/build-prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const isProduction = process.env.NODE_ENV === 'production';
if (isProduction) {
// 假设您想替换的依赖项
const dependenciesToUpdate = {
'@isnolan/bodhi-adapter': '^0.6.9', // 生产环境下您希望使用的版本
'@isnolan/bodhi-adapter': '^0.7.0', // 生产环境下您希望使用的版本
'@isnolan/bodhi-puppet': '^1.0.0',
};

Expand Down

0 comments on commit 603366c

Please sign in to comment.