zammad/app/frontend/package.json
2026-05-19 11:39:23 +02:00

10 lines
212 B
JSON

{
"private": true,
"imports": {
"#tests/*": "./tests/*",
"#shared/*": "./shared/*",
"#mobile/*": "./apps/mobile/*",
"#desktop/*": "./apps/desktop/*",
"#cy/*": "../../.dev/cypress/*"
}
}