Add mail template, mail HTML generation and a few UI fixes

This commit is contained in:
2024-11-25 17:37:43 +01:00
parent d71e8b7910
commit 4df9297d47
12 changed files with 171 additions and 20 deletions

View File

@@ -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: {