refac: tool calls

This commit is contained in:
Timothy Jaeryang Baek
2025-02-01 21:01:06 -08:00
parent 28cf616147
commit 642a093d02
4 changed files with 103 additions and 57 deletions

View File

@@ -17,12 +17,12 @@ const config = {
})
},
vitePlugin: {
inspector: {
toggleKeyCombo: 'meta-shift', // Key combination to open the inspector
holdMode: false, // Enable or disable hold mode
showToggleButton: 'always', // Show toggle button ('always', 'active', 'never')
toggleButtonPos: 'bottom-right' // Position of the toggle button
}
// inspector: {
// toggleKeyCombo: 'meta-shift', // Key combination to open the inspector
// holdMode: false, // Enable or disable hold mode
// showToggleButton: 'always', // Show toggle button ('always', 'active', 'never')
// toggleButtonPos: 'bottom-right' // Position of the toggle button
// }
},
onwarn: (warning, handler) => {
const { code } = warning;