refactor(config): 🔥 Remove dependency on c12, use confbox instead

This commit is contained in:
Jesse Wierzbinski 2025-04-15 21:37:36 +02:00
parent da1e209f9e
commit fb5c3fcd12
No known key found for this signature in database
7 changed files with 9 additions and 209 deletions

View file

@ -175,7 +175,8 @@
"!**/node_modules",
"!**/dist",
"!**/cache",
"!**/build"
"!**/build",
"!**/result"
]
}
}