feat: add constructors selection and management

This commit is contained in:
Matthieu
2025-09-17 15:10:01 +02:00
parent 3c0c22ad0f
commit 0a95b90553
11 changed files with 635 additions and 53 deletions

View File

@@ -78,7 +78,7 @@ const props = defineProps({
},
maxFileSizeMb: {
type: Number,
default: 100,
default: 200,
},
})