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

Allow importing module parameters with filepath in scripts #850

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

zoeyTM
Copy link
Contributor

@zoeyTM zoeyTM commented Dec 17, 2024

resolves #844


import { bigintReviver } from "./bigintReviver";

export async function resolveConfigPath(
Copy link
Member

Choose a reason for hiding this comment

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

Maybe it could be something like readDeploymentParameters? I thought this was resolving the path itself, not reading the file.

Copy link
Member

@alcuadrado alcuadrado left a comment

Choose a reason for hiding this comment

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

I left a comment about naming, but LGTM

@zoeyTM zoeyTM merged commit 2d25dba into development Dec 18, 2024
5 checks passed
@zoeyTM zoeyTM deleted the module-params-fix branch December 18, 2024 10:13
@zoeyTM zoeyTM mentioned this pull request Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Bigint string notation does not work when deploying from scripts
2 participants