Skip to content

Commit

Permalink
chore: added TODO to get dynamicatlly dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed Jun 13, 2024
1 parent 29baa79 commit 9770815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export default function renameIntegration(
}
},
'astro:build:ssr': async () => {
// TODO: check dist directory dynamically getting the value from the config
if (!existsSync(SERVER_DIRECTORY)) return;

let classMap = {};
Expand Down

0 comments on commit 9770815

Please sign in to comment.