- Copy admin-dashboard-web → dashboards/admin-web - Copy tracker-dashboard-web → dashboards/tracker-web - Update pnpm-workspace.yaml to include dashboards/* - Replace file: refs with workspace:* for @bytelyst/* packages - Replace all hardcoded LysnrAI/lysnn.com branding with generic platform refs - Make telemetry use NEXT_PUBLIC_PRODUCT_ID / PRODUCT_ID env vars - Update mock credentials, seed data, invitation codes, placeholders - Update READMEs, e2e tests, unit tests for product-agnostic content - Both dashboards pass tsc --noEmit clean
30 lines
612 B
JSON
30 lines
612 B
JSON
{
|
|
"files": [
|
|
{
|
|
"path": ".next/static/chunks/pages/_app-*.js",
|
|
"maxSize": "150kb",
|
|
"compression": "gzip"
|
|
},
|
|
{
|
|
"path": ".next/static/chunks/pages/_document-*.js",
|
|
"maxSize": "10kb",
|
|
"compression": "gzip"
|
|
},
|
|
{
|
|
"path": ".next/static/chunks/main-*.js",
|
|
"maxSize": "50kb",
|
|
"compression": "gzip"
|
|
},
|
|
{
|
|
"path": ".next/static/chunks/webpack-*.js",
|
|
"maxSize": "50kb",
|
|
"compression": "gzip"
|
|
},
|
|
{
|
|
"path": ".next/static/chunks/framework-*.js",
|
|
"maxSize": "100kb",
|
|
"compression": "gzip"
|
|
}
|
|
]
|
|
}
|