mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 00:08:37 +01:00
new selfhosted version
This commit is contained in:
5
dashboard/plugins/ai.ts
Normal file
5
dashboard/plugins/ai.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
nuxtApp.vueApp.directive('ai_context', {
|
||||
mounted(el: HTMLElement, binding) { }
|
||||
})
|
||||
});
|
||||
Reference in New Issue
Block a user