refactor: JS served vanilla, no more NPM or Express

This commit is contained in:
gauvainboiche
2026-09-16 23:35:26 +02:00
parent ab820358b8
commit 2539b6c756
4 changed files with 89 additions and 872 deletions
-3
View File
@@ -6,8 +6,5 @@
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.19.2"
}
}