mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
de703343d0
Summary: This shuffles some server tests to make them available in grist-core, and adds a test for the `GRIST_PROXY_AUTH_HEADER` feature added in https://github.com/gristlabs/grist-core/pull/165 It includes a fix for a header normalization issue for websocket connections. Test Plan: added test Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3326
15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"extends": "../buildtools/tsconfig-base.json",
|
|
"include": [
|
|
"**/*",
|
|
"../app/server/declarations.d.ts",
|
|
"../app/server/declarations/**/*.d.ts",
|
|
"../stubs/app/server/declarations.d.ts",
|
|
"../stubs/app/server/declarations/**/*.d.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../app" },
|
|
{ "path": "../stubs/app" }
|
|
]
|
|
}
|