Disable Developer Toolbar
This commit is contained in:
parent
8ecdbddd62
commit
5902432c12
1 changed files with 4 additions and 1 deletions
|
@ -7,5 +7,8 @@ export default defineConfig({
|
|||
output: 'server',
|
||||
adapter: node({
|
||||
mode: 'standalone'
|
||||
})
|
||||
}),
|
||||
devToolbar: {
|
||||
enabled: false
|
||||
}
|
||||
});
|
Reference in a new issue