mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-23 22:47:19 +00:00
- declare rate + concurrency limits on every route and driver that lacked one - add acquireConcurrent for websocket connections and the DAV mount - bucket AI models by identity key only; keep resold duplicates of any vendor - skip recently-failed provider routes; cap the fallback chain at 3 attempts - let full-access access tokens bind a worker to an app their own user owns - cache resolved subscriptions so tiered limits don't add a round trip
11 lines
279 B
JSON
11 lines
279 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": false,
|
|
// Emit-only: this build transpiles, it does not type check. Run the
|
|
// checker with `tsc -p tsconfig.build.json --noCheck false --noEmit`.
|
|
"noCheck": true,
|
|
"noImplicitAny": true
|
|
}
|
|
}
|