@poncho-ai/cli 0.25.1 → 0.25.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +6 -6
- package/CHANGELOG.md +6 -0
- package/dist/chunk-WDXGNVZ7.js +11130 -0
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/run-interactive-ink-GXXLGMKZ.js +2112 -0
- package/package.json +1 -1
- package/src/index.ts +8 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -1123,6 +1123,14 @@ export default async function handler(req, res) {
|
|
|
1123
1123
|
"{AGENT.md,poncho.config.js,skills/**,tests/**,node_modules/.pnpm/marked@*/node_modules/marked/lib/marked.umd.js}",
|
|
1124
1124
|
},
|
|
1125
1125
|
},
|
|
1126
|
+
headers: [
|
|
1127
|
+
{
|
|
1128
|
+
source: "/api/(.*)",
|
|
1129
|
+
headers: [
|
|
1130
|
+
{ key: "Cache-Control", value: "private, no-cache, no-store, must-revalidate" },
|
|
1131
|
+
],
|
|
1132
|
+
},
|
|
1133
|
+
],
|
|
1126
1134
|
routes: [{ src: "/(.*)", dest: "/api/index.mjs" }],
|
|
1127
1135
|
};
|
|
1128
1136
|
if (vercelCrons && vercelCrons.length > 0) {
|