dfssdfsfdsf
This commit is contained in:
2026-04-09 21:00:04 +02:00
parent 983b67e6fc
commit 89bc86b615
27 changed files with 2921 additions and 408 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "emailsorter",
"private": true,
"scripts": {
"dev": "concurrently -k -n api,web -c blue,magenta \"npm run dev --prefix server\" \"npm run dev --prefix client\""
},
"devDependencies": {
"concurrently": "^9.2.1"
}
}