@nuxt/schema-nightly 4.3.0-29474543.8aaf9d5a → 4.3.0-29480335.ebc2a66a
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.mjs +2 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -426,6 +426,8 @@ var common_default = defineResolvers({
|
|
|
426
426
|
"**/*.d.{cts,mts,ts}",
|
|
427
427
|
"**/*.d.vue.{cts,mts,ts}",
|
|
428
428
|
"**/.{pnpm-store,vercel,netlify,output,git,cache,data}",
|
|
429
|
+
"**/node-compile-cache",
|
|
430
|
+
"**/test-results",
|
|
429
431
|
"**/*.sock",
|
|
430
432
|
relative(rootDir, analyzeDir),
|
|
431
433
|
relative(rootDir, buildDir)
|