Add fail-fast on init for missing provider credentials

This commit is contained in:
2026-03-06 21:31:51 +00:00
parent 610b6c3367
commit 89c7e3ac85
14 changed files with 398 additions and 20 deletions

View File

@@ -6,6 +6,7 @@ export default defineConfig({
base: '/admin/',
server: {
port: 5173,
allowedHosts: ['.coder.ia-innovacion.work', 'localhost'],
proxy: {
'/admin/api': {
target: 'http://localhost:8080',