Skip to content

Commit

Permalink
Fix inconsistent ignore syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed May 23, 2023
1 parent 6112671 commit f2b0a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/sync/index.ts
Expand Up @@ -65,7 +65,7 @@ export async function sync(
const tempViteServer = await createServer(
await createVite(
{
server: { middlewareMode: true, hmr: false, watch: { ignored: ['**/*'] } },
server: { middlewareMode: true, hmr: false, watch: { ignored: ['**'] } },
optimizeDeps: { disabled: true },
ssr: { external: [] },
logLevel: 'silent',
Expand Down

0 comments on commit f2b0a44

Please sign in to comment.