Skip to content

Commit

Permalink
remove watch dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Jan 9, 2025
1 parent e47aee9 commit 1c0243c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libs/qwikdev-astro/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type {
SymbolMapperFn
} from "@builder.io/qwik/optimizer";
import type { AstroConfig, AstroIntegration } from "astro";
import { createResolver, defineIntegration, watchDirectory } from "astro-integration-kit";
import { createResolver, defineIntegration } from "astro-integration-kit";
import { z } from "astro/zod";
import { type PluginOption, build, createFilter } from "vite";
import type { InlineConfig } from "vite";
Expand Down Expand Up @@ -80,9 +80,6 @@ export default defineIntegration({
const { addRenderer, updateConfig, config } = setupProps;
astroConfig = config;

// integration HMR support
watchDirectory(setupProps, resolver());

addRenderer({
name: "@qwikdev/astro",
serverEntrypoint: resolver("../server.ts")
Expand Down

0 comments on commit 1c0243c

Please sign in to comment.