Polarcraft/webv2/app.config.ts
Xeovalyte c433e25fba
Some checks failed
Build and Deploy / Deploy Web (push) Failing after 1s
Build and Deploy / Deploy Discord Bot (push) Failing after 1s
feat: Added intial dashboard and minecraft connection
2023-06-13 16:29:47 +02:00

10 lines
164 B
TypeScript

export default defineAppConfig({
ui: {
primary: 'cyan',
gray: 'cool',
notifications: {
position: 'top-0 left-1/2 -translate-x-1/2'
}
}
})