Skip to content

fix: handle server.cjs file#2184

Merged
nxglabs merged 8 commits into
mainfrom
staging
May 26, 2026
Merged

fix: handle server.cjs file#2184
nxglabs merged 8 commits into
mainfrom
staging

Conversation

@raktima-opensignlabs
Copy link
Copy Markdown
Collaborator

No description provided.

raktima-opensignlabs and others added 8 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
Merge pull request #2466 from nxglabs/raktima-main-patch-5
Merge pull request #2467 from nxglabs/sync-to-public_repo-26233821722
Merge pull request #2473 from nxglabs/raktima-patch-main-6
Merge pull request #2474 from nxglabs/sync-to-public_repo-26403170706
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 (stats.isDirectory()) {
const indexInDir = path.join(filePath, "index.html");
return fs.stat(indexInDir, (dirErr, dirStats) => {
@vercel
Copy link
Copy Markdown

vercel Bot commented May 26, 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 26, 2026 5:02am

@nxglabs nxglabs merged commit b417754 into main May 26, 2026
7 of 8 checks passed
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.

3 participants