Skip to content
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

fix: allow dev.js in wireit scripts #232

Merged
merged 1 commit into from
Oct 25, 2023
Merged

fix: allow dev.js in wireit scripts #232

merged 1 commit into from
Oct 25, 2023

Conversation

mdonnalley
Copy link
Contributor

Allow default wireit scripts to use bin/dev.js

@W-14364607@

// Path to resolved config object.
const resolvedConfigs = {};

const resolveConfig = (path) => {
const resolveConfig = (path, options = {}) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: could add a jsBinScripts:string to options just for type niceness

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a .js file - so no types unfortunately

@mdonnalley mdonnalley merged commit 9f79d0b into main Oct 25, 2023
10 of 12 checks passed
@mdonnalley mdonnalley deleted the mdonnalley/dev-js branch October 25, 2023 16:27
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.

2 participants