chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-01-19 11:58:58 -08:00
parent 9a794b1f8f
commit a1e33a82f0
52 changed files with 456 additions and 111 deletions

View File

@@ -19,8 +19,8 @@ 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')
holdMode: false, // Enable or disable hold mode
showToggleButton: 'always', // Show toggle button ('always', 'active', 'never')
toggleButtonPos: 'bottom-right' // Position of the toggle button
}
},