Skip to content

Commit

Permalink
log out when API routes are being bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jan 17, 2025
1 parent e0ab150 commit adfd232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/lifecycles/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ async function bundleApiRoutes(compilation) {
const apiConfigs = await getRollupConfigForApiRoutes(compilation);

if (apiConfigs.length > 0 && apiConfigs[0].input.length !== 0) {
console.info('bundling API routes...');
for (const configIndex in apiConfigs) {
const rollupConfig = apiConfigs[configIndex];
const bundle = await rollup(rollupConfig);
Expand Down

0 comments on commit adfd232

Please sign in to comment.