8906bd8ffa
This adds the HTMLRewriter-based bookmark unfurler to the demo server. It moves the unfurler into worker-shared, and adds some better shared error handling across our workers. I removed the fallback bookmark fetcher where we try and fetch websites locally. This will almost never work, as it requires sites to set public CORS. ### Change type - [x] `other`
17 lines
270 B
JSON
17 lines
270 B
JSON
{
|
|
"extends": "../../config/tsconfig.base.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", ".tsbuild*"],
|
|
"compilerOptions": {
|
|
"outDir": "./.tsbuild",
|
|
"rootDir": "src"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../utils"
|
|
},
|
|
{
|
|
"path": "../validate"
|
|
}
|
|
]
|
|
}
|