Enrico Ros
9b98c43b92
--!AIX;
...
remove much pre-AIX code.
2024-08-24 04:39:53 -07:00
Enrico Ros
0e2d4af617
tRPC-11: workaround a transformation bug in SuperJSON/tRPC/NextJS
...
May be related to:
- https://github.com/blitz-js/superjson/issues/242
- https://github.com/blitz-js/superjson/issues/283
2024-06-17 00:36:08 -07:00
Enrico Ros
5e674d2299
Dynamic won't be required from Next 15
2024-06-04 20:49:05 -07:00
Enrico Ros
999f6de45f
Serverless Functions timeout: set it in the Vercel functions as the conditional was not working. Fix (again) #468
2024-03-28 23:20:40 -07:00
Enrico Ros
70686502b4
Revert "Set the Vercel serverless max duration as env variable. Fixes #468 "
...
This reverts commit d17a980151 .
2024-03-28 23:16:11 -07:00
Enrico Ros
d17a980151
Set the Vercel serverless max duration as env variable. Fixes #468
2024-03-28 23:12:25 -07:00
Enrico Ros
3118337879
Timeout on Vercel/Serverless raised to 25 (for Browsing/Browserless requests)
2024-03-27 21:22:47 -07:00
Enrico Ros
5bb84f8930
Elevenlabs: mode handler to module
2024-02-17 15:17:07 -08:00
Enrico Ros
c1217ed8ed
No tRPC fixes
2024-02-08 04:38:13 -08:00
Enrico Ros
bee49a4b1c
Llms: streaming as a vendor function (then all directed to the unified)
2023-12-20 00:14:53 -08:00
Enrico Ros
3f9defd18c
Llms: restructure
2023-12-20 00:14:53 -08:00
Enrico Ros
201e3a7252
Streaming: cleanup
2023-12-20 00:14:52 -08:00
Enrico Ros
c23b0770bf
tRPC: enforce more separation of the runtime
...
The build system was requiring (erroneously) some nodejs packages
when inside routers in the Edge route.
2023-11-21 02:29:05 -08:00
Enrico Ros
87461fb73e
Emergency fix - final.r2.reallyfinal.r42-draft-clean_copy
2023-11-14 03:35:28 -08:00
Enrico Ros
a30ec5d023
Env-vars: build time validation
...
Note: build time env vars are not needed, as we're transitioning at
runtime variables.
However if they are set at build time, then validation would happen right then and there.
2023-11-14 01:42:52 -08:00
Enrico Ros
eff9be3c99
Env-vars: server side strict checking
2023-11-14 01:15:45 -08:00
Enrico Ros
214983ee82
NextJS 14 Support, with App Router, TurboPack
2023-11-09 22:54:38 -08:00