@adamhl8/configs 0.16.3 → 0.16.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2691,6 +2691,7 @@ async function cli() {
2691
2691
  const exclude = [
2692
2692
  "node_modules/",
2693
2693
  "dist/",
2694
+ "astro.config.ts",
2694
2695
  ...parseResult.fileIgnorePatterns
2695
2696
  ];
2696
2697
  const filePaths = await Array.fromAsync(fs.glob(FILES_GLOB, { exclude }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamhl8/configs",
3
- "version": "0.16.3",
3
+ "version": "0.16.4",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",