mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-11 08:46:16 +00:00
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"entryPointStrategy": "packages",
|
|
"entryPoints": [
|
|
"packages/core",
|
|
"packages/api",
|
|
"packages/core-tools",
|
|
"packages/collection-utils",
|
|
"packages/gitlab-api",
|
|
"packages/logger",
|
|
"backend/backend",
|
|
"backend/proxy",
|
|
"configuration/projectmanagement"
|
|
],
|
|
"excludeExternals": true
|
|
}
|