mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 18:33:50 +00:00
* Create a subfolder for platform-owned connectors and ensure it's included in the web builds * Add platform as codeowner of apps/web/src/connectors/platform * Create proxy-cookie-redirect connector * Create section within CODEOWNERS for Web connectors * Swap order of codeowners * Use kebap-style route * Update url to redirect to * Add override to test locally --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
21 lines
539 B
JSON
21 lines
539 B
JSON
{
|
|
"extends": "../../apps/web/tsconfig",
|
|
"files": [
|
|
"../../bitwarden_license/bit-common/src/platform/sdk/sdk-alias.d.ts",
|
|
|
|
"../../apps/web/src/polyfills.ts",
|
|
"../../apps/web/src/main.ts",
|
|
"../../apps/web/src/theme.ts",
|
|
|
|
"../../bitwarden_license/bit-web/src/main.ts"
|
|
],
|
|
"include": [
|
|
"../../apps/web/src/connectors/*.ts",
|
|
"../../apps/web/src/connectors/platform/*.ts",
|
|
"../../apps/web/src/**/*.stories.ts",
|
|
"../../apps/web/src/**/*.spec.ts",
|
|
"src/**/*.stories.ts",
|
|
"src/**/*.spec.ts"
|
|
]
|
|
}
|