fix: trace cli dependencies (#2683)

trace cli dependencies
This commit is contained in:
Bernd Storath
2026-06-30 13:13:50 +02:00
committed by GitHub
parent ee232569f0
commit 915e559514
3 changed files with 51 additions and 3 deletions
+5 -1
View File
@@ -166,7 +166,11 @@ export default defineNuxtConfig({
},
},
externals: {
traceInclude: [fileURLToPath(new URL('./cli/index.ts', import.meta.url))],
traceInclude: [
fileURLToPath(
new URL('./node_modules/.cache/wg-easy/trace.mjs', import.meta.url)
),
],
},
},
alias: {