add inspector (#7370)

This commit is contained in:
Frédéric Crozatier
2025-12-17 09:40:36 +01:00
committed by GitHub
parent 296c11c75a
commit 53c325a652

View File

@@ -30,6 +30,10 @@ const config = {
alias: {
'$system_prompts': '../system_prompts/auto-generated'
}
},
vitePlugin: {
inspector: true
}
}