Files
ghostwriter/app.config.ts
2025-04-07 12:59:20 +03:00

10 lines
123 B
TypeScript

export default defineAppConfig({
ui: {
toast: {
slots: {
progress: "hidden!",
},
},
},
});