Skip to content

Conversation

@jxom
Copy link
Member

@jxom jxom commented Jan 14, 2026

Summary

When bin entries already point to output dir (e.g., ./dist/cli.js) with a corresponding .src entry, zile now creates symlinks for them during zile dev (link mode).

This allows package.json bin entries like:

"bin": {
  "vocs": "./dist/cli.js",
  "vocs.src": "./src/cli.ts"
}

to properly create dist/cli.js -> ../src/cli.ts symlink during development.

@jxom jxom merged commit f36f2bd into main Jan 14, 2026
3 of 6 checks passed
@github-actions github-actions bot mentioned this pull request Jan 14, 2026
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.

1 participant