Przebudowa stron na indywidualne karty , pobierane z bazy danych

This commit is contained in:
dm
2025-12-11 15:25:00 +01:00
parent 49c5beb362
commit 0cf7c45131
27 changed files with 1133 additions and 420 deletions

View File

@@ -5,7 +5,8 @@
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
"preview": "astro preview",
"update:jambox:base": "node src/scripts/update-jambox-base.js"
},
"dependencies": {
"@astrojs/node": "^9.5.1",
@@ -13,6 +14,7 @@
"@preact/signals": "^2.5.1",
"astro": "^5.16.0",
"better-sqlite3": "^12.4.6",
"fast-xml-parser": "^5.3.2",
"globby": "^16.0.0",
"js-yaml": "^4.1.0",
"jsdom": "^27.2.0",