Skip to content

Commit

Permalink
log dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Jun 9, 2024
1 parent a1e8f7a commit 7e3a138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/qwikdev-astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default defineIntegration({
if ((await entrypoints).length !== 0) {
// Update the global dist directory
distDir = astroConfig.outDir.pathname;
console.log("distDir", distDir);
await fsExtra.ensureDir(distDir);

addRenderer({
Expand Down Expand Up @@ -129,7 +130,7 @@ export default defineIntegration({
outDir: "test"
},
ssr: {
input: resolve("../server.ts")
input: resolve("../server.ts"),
}
}),
tsconfigPaths(),
Expand Down

0 comments on commit 7e3a138

Please sign in to comment.