refactor(runtime): replace Bun dependency with Node fetch

Run Perplexity search and auth requests through pi's Node runtime instead of
shelling out to Bun. Move development and CI commands to npm, add a Node test
build path, and keep OTP auth fail-fast when Set-Cookie headers are not
available.
This commit is contained in:
Ivan Pereira
2026-06-23 15:51:16 +01:00
parent 142640d96c
commit bbb5623f25
29 changed files with 4085 additions and 882 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true,
"types": ["bun-types"]
"types": ["node"]
},
"include": ["src", "test"]
}