Skip to content

Commit 9df8419

Browse files
add test outdir
1 parent abc6d4b commit 9df8419

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/qwikdev-astro/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ export default defineIntegration({
125125
all of the entry points to the application so
126126
that we can generate the manifest.
127127
*/
128-
input: await entrypoints
128+
input: await entrypoints,
129+
outDir: 'test'
129130
},
130131
ssr: {
131132
input: resolve("../server.ts")

0 commit comments

Comments
 (0)