Add EJS as a dependency and implement form submission in MainForm component

This commit is contained in:
2025-08-11 18:42:15 +02:00
parent ba62beb90d
commit d92759a7c3
5 changed files with 101 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"ejs": "^3.1.10",
"express": "^5.1.0"
}
}