We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746ade2 commit 53ea0d5Copy full SHA for 53ea0d5
packages/vite-plugin-tempest/src/plugin.ts
@@ -62,6 +62,9 @@ export default function tempest(): Plugin {
62
/^https?:\/\/.*\.test(:\d+)?$/,
63
].filter(Boolean),
64
},
65
+ watch: userConfig.server?.watch?.ignored ?? [
66
+ '**/.tempest/**'
67
+ ],
68
...(serverConfig
69
? {
70
host: userConfig.server?.host ?? serverConfig.host,
0 commit comments