Initial commit: saint-malo navigation quiz
Build and Push Docker Image / build (push) Failing after 5m2s

This commit is contained in:
2026-06-11 10:04:44 +02:00
commit c3cc578d1c
10 changed files with 1861 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "saint-malo-quiz",
"version": "1.0.0",
"description": "Quiz de navigation - Baie de Saint-Malo",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node --watch server.js"
},
"dependencies": {
"sql.js": "^1.12.0",
"express": "^4.18.2"
}
}