Skip to content

Commit

Permalink
Adding remaining changed files to PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
iivvaannxx committed Nov 29, 2023
1 parent 4e33af4 commit 3435e81
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/qwikdev-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
},
"bugs": "https://github.com/thejackshelton/@qwikdev/astro/issues",
"dependencies": {
"fs-extra": "^11.1.1"
"fs-extra": "^11.1.1",
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@builder.io/qwik": "^1.2.19",
Expand Down
2 changes: 2 additions & 0 deletions libs/qwikdev-astro/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { AstroConfig, AstroIntegration } from "astro";
import ts from "typescript";
import tsconfigPaths from 'vite-tsconfig-paths'

import { build, createFilter, type FilterPattern } from "vite";
import { qwikVite } from "@builder.io/qwik/optimizer";
Expand Down Expand Up @@ -93,6 +94,7 @@ export default function createIntegration(
input: "@qwikdev/astro/server",
},
}),
tsconfigPaths()
],
},
});
Expand Down
37 changes: 37 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3435e81

Please sign in to comment.