Skip to content

Commit

Permalink
🔨 Watch styles and scripts files
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 2, 2023
1 parent 2b02946 commit ecee900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const config: DenonConfig = {
watcher: {
interval: 1_000,
skip: ["**/.git/**", "**/bin/**"],
paths: ["server", "lib", "public"],
exts: ["ts", "css", "mjs"],
},
};

Expand Down

0 comments on commit ecee900

Please sign in to comment.