mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 03:33:30 +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>
6 lines
169 B
JSON
6 lines
169 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"files": ["src/polyfills.ts", "src/main.ts", "src/theme.ts"],
|
|
"include": ["src/connectors/*.ts", "src/connectors/platform/*.ts"]
|
|
}
|