Add product carousel module with template and database structure

- Created `pp_carousel.tpl` for rendering product carousel with Swiper integration.
- Added `plan.md` detailing module architecture, database schema, and implementation steps.
- Initialized log files for development and production environments.
This commit is contained in:
2026-02-25 09:23:54 +01:00
parent e579d0a597
commit e888c81aef
20 changed files with 11577 additions and 2 deletions

4
.vscode/ftp-kr.json vendored
View File

@@ -12,6 +12,8 @@
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
"/.vscode",
"/.claude",
"/.serena"
]
}