Skip to content

Commit ce35a20

Browse files
authored
Fix watch sources #patch
1 parent 2ed1aed commit ce35a20

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ const resolveServer = (env) => {
2929
const watchOptions = {
3030
ignored: [
3131
"app/**",
32-
"**/database/**",
32+
"database/**",
3333
"**/node_modules/**",
34-
"**/packages/**",
35-
"**/public/**",
36-
"**/routes/**",
37-
"storage/**",
38-
"**/tests/**",
3934
"**/vendor/**",
35+
"packages/**",
36+
"public/**",
37+
"routes/**",
38+
"storage/**",
39+
"tests/**",
4040
],
4141
};
4242

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-adminui",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Helper plugin for AdminUI-based sites that want to extend its functionality",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)