-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overhaul repo config handling #247
Conversation
versecafe
commented
Sep 3, 2024
•
edited
Loading
edited
- Centralized config package
- New TS Configs
- CLI into TS on new configs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet
srcbook/package.json
Outdated
@@ -5,17 +5,19 @@ | |||
"type": "module", | |||
"bin": "./bin/cli.mjs", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is what is needed for the binary in production, not the start
command below. This will need the proper path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@benjreinhart yep totally missed that, fixed it and tested with npm link
srcbook start
works