feat: Implement image carousel functionality with metadata handling and UI enhancements

This commit is contained in:
2026-05-17 13:24:44 +10:00
parent b9b0dce40b
commit a3caafaf20
8 changed files with 570 additions and 26 deletions

View File

@@ -220,6 +220,7 @@ export default defineConfig({
server: {
port: 38347,
host: '0.0.0.0',
open: false,
cors: true, // Enable CORS for dev server
fs: {
// Allow serving files from one level up to the project root