verifizierung

This commit is contained in:
Bastian Wagner
2026-06-09 14:01:38 +02:00
parent 8f3806d398
commit 4c9ecb0b6b
33 changed files with 3993 additions and 132 deletions

View File

@@ -5,6 +5,13 @@
"compilerOptions": {
"deleteOutDir": true,
"webpack": true,
"webpackConfigPath": "webpack.config.js"
"webpackConfigPath": "webpack.config.js",
"assets": [
{
"include": "mail/templates/**/*",
"outDir": "dist"
}
],
"watchAssets": true
}
}