Upload files to "public"

This commit is contained in:
2026-02-07 07:11:29 +00:00
commit a587ed69e6
3 changed files with 190 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "revfulop-calendar",
"version": "1.0.0",
"description": "Family vacation house booking calendar",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"better-sqlite3": "^11.7.0",
"express": "^4.21.0"
}
}