Skip to content

Convert project dev command to ts #1387

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

Merged
merged 3 commits into from
Feb 24, 2025
Merged

Convert project dev command to ts #1387

merged 3 commits into from
Feb 24, 2025

Conversation

camden11
Copy link
Contributor

Description and Context

Wanted to have everything in TS before getting started on the work for unified apps local dev. This file honestly probably needs a complete re-write so this is more of a temporary bandaid solution to get all of the types working. In any case I think it'll make working on this file a little easier

Who to Notify

@brandenrodgers @kemmerle @joe-yeager

authCommand: uiCommandReference('hs auth'),
})
);
process.exit(EXIT_CODES.SUCCESS);
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be an error?

@@ -127,3 +128,10 @@ export type Component<T = GenericComponentConfig> = {
runnable: boolean;
path: string;
};

export type ProjectDevTargetAccountPromptResponse = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this live in the prompt file instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I couldn't decide between the two, but if you vote for prompts lets go with that

brandenrodgers
brandenrodgers previously approved these changes Feb 24, 2025
Copy link
Contributor

@brandenrodgers brandenrodgers left a comment

Choose a reason for hiding this comment

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

Just some nits, but nothing blocking

@camden11 camden11 merged commit dbf9ae4 into main Feb 24, 2025
1 check passed
@camden11 camden11 deleted the project-dev-ts branch February 24, 2025 20:07
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