This commit is contained in:
Bastian Wagner
2026-07-17 14:07:04 +02:00
parent 8c6ad294b2
commit 45a41c2077
64 changed files with 2032 additions and 83 deletions

View File

@@ -3,9 +3,10 @@
"version": "0.1.0",
"private": true,
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build": "tsc -p tsconfig.build.json && node scripts/copy-mail-assets.js",
"start": "node dist/main.js",
"start:dev": "nest start --watch",
"preview:mails": "ts-node scripts/render-mail-previews.ts",
"test": "jest --passWithNoTests",
"lint": "eslint \"src/**/*.ts\""
},