Skip to content

v2.39.0#2178

Closed
raktima-opensignlabs wants to merge 4 commits into
mainfrom
staging
Closed

v2.39.0#2178
raktima-opensignlabs wants to merge 4 commits into
mainfrom
staging

Conversation

@raktima-opensignlabs
Copy link
Copy Markdown
Collaborator

No description provided.

raktima-opensignlabs and others added 4 commits May 15, 2026 15:44
Merge pull request #2459 from nxglabs/staging
Merge pull request #2460 from nxglabs/sync-to-public_repo-25861367352
Merge pull request #2462 from nxglabs/staging
Merge pull request #2463 from nxglabs/sync-to-public_repo-26032162086
Comment thread apps/OpenSign/server.cjs
res.writeHead(200, headers);
return res.end();
}
const stream = fs.createReadStream(filePath);
Comment thread apps/OpenSign/server.cjs
return res.end("Bad Request");
}

fs.stat(filePath, (err, stats) => {
Comment thread apps/OpenSign/server.cjs
}
if (!err && stats.isDirectory()) {
const indexInDir = path.join(filePath, "index.html");
return fs.stat(indexInDir, (e, s) => {
@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
open-sign Ready Ready Preview, Comment May 21, 2026 11:38am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants