deslop-js 0.0.17-dev.7acf549 → 0.0.17-dev.e99b313
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.
- package/dist/index.cjs +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -5719,7 +5719,8 @@ const FRAMEWORK_PATTERNS = [
|
|
|
5719
5719
|
alwaysUsed: [
|
|
5720
5720
|
"astro.config.{ts,js,mjs,cjs}",
|
|
5721
5721
|
"src/content/config.{js,ts,mjs,mts,cjs,cts}",
|
|
5722
|
-
"src/content.config.{js,ts,mjs,mts,cjs,cts}"
|
|
5722
|
+
"src/content.config.{js,ts,mjs,mts,cjs,cts}",
|
|
5723
|
+
"src/live.config.{js,ts,mjs,mts,cjs,cts}"
|
|
5723
5724
|
]
|
|
5724
5725
|
},
|
|
5725
5726
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -5687,7 +5687,8 @@ const FRAMEWORK_PATTERNS = [
|
|
|
5687
5687
|
alwaysUsed: [
|
|
5688
5688
|
"astro.config.{ts,js,mjs,cjs}",
|
|
5689
5689
|
"src/content/config.{js,ts,mjs,mts,cjs,cts}",
|
|
5690
|
-
"src/content.config.{js,ts,mjs,mts,cjs,cts}"
|
|
5690
|
+
"src/content.config.{js,ts,mjs,mts,cjs,cts}",
|
|
5691
|
+
"src/live.config.{js,ts,mjs,mts,cjs,cts}"
|
|
5691
5692
|
]
|
|
5692
5693
|
},
|
|
5693
5694
|
{
|