You've already forked obsidian-visualiser
Add mail template, mail HTML generation and a few UI fixes
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
import PluginVue from '@vitejs/plugin-vue';
|
||||
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-04-03',
|
||||
modules: [
|
||||
@@ -114,11 +116,20 @@ export default defineNuxtConfig({
|
||||
path: '~/components',
|
||||
pathPrefix: false,
|
||||
},
|
||||
{
|
||||
path: '~/server/components',
|
||||
pathPrefix: true,
|
||||
global: true,
|
||||
},
|
||||
],
|
||||
nitro: {
|
||||
preset: 'bun',
|
||||
experimental: {
|
||||
tasks: true,
|
||||
},
|
||||
rollupConfig: {
|
||||
plugins: [ PluginVue() ],
|
||||
},
|
||||
},
|
||||
runtimeConfig: {
|
||||
session: {
|
||||
|
||||
Reference in New Issue
Block a user