Commit iniziale

This commit is contained in:
2026-03-05 14:45:06 +01:00
commit 7008f57119
13 changed files with 5162 additions and 0 deletions

22
config/defaultConfig.json Normal file
View File

@@ -0,0 +1,22 @@
{
"rules": [
{
"ext": "prt",
"pattern": "^1",
"destination": "./output/clienti1/PRT"
},
{
"ext": "prt",
"pattern": "^6",
"destination": "./output/clienti2/PRT"
},
{
"ext": "asm",
"destination": "./output/assembly"
},
{
"ext": "drw",
"destination": "./output/drawing"
}
]
}