Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Jun 9, 2024
1 parent 7e3a138 commit 11332e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/qwikdev-astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default defineIntegration({
outDir: "test"
},
ssr: {
input: resolve("../server.ts"),
input: resolve("../server.ts")
}
}),
tsconfigPaths(),
Expand Down

0 comments on commit 11332e8

Please sign in to comment.