1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-11-02 23:19:57 +00:00
elk/plugins/command.ts

8 lines
121 B
TypeScript
Raw Normal View History

export default defineNuxtPlugin(() => {
return {
provide: {
command: provideCommandRegistry(),
},
}
})