1
Fork 0

Disable Developer Toolbar

This commit is contained in:
Korbs 2025-03-21 16:40:27 -04:00
parent 8ecdbddd62
commit 5902432c12
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U

View file

@ -7,5 +7,8 @@ export default defineConfig({
output: 'server',
adapter: node({
mode: 'standalone'
})
}),
devToolbar: {
enabled: false
}
});