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

refactor(cli): move off of old config #2941

Merged
merged 26 commits into from
Jul 16, 2024
Merged

refactor(cli): move off of old config #2941

merged 26 commits into from
Jul 16, 2024

Conversation

holic
Copy link
Member

@holic holic commented Jul 12, 2024

No description provided.

Copy link

changeset-bot bot commented Jul 12, 2024

🦋 Changeset detected

Latest commit: bd299ac

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 23 packages
Name Type
@latticexyz/cli Patch
@latticexyz/world Patch
@latticexyz/world-modules Patch
mock-game-contracts Patch
@latticexyz/dev-tools Patch
@latticexyz/store-sync Patch
@latticexyz/store-indexer Patch
@latticexyz/abi-ts Patch
@latticexyz/block-logs-stream Patch
@latticexyz/common Patch
@latticexyz/config Patch
create-mud Patch
@latticexyz/faucet Patch
@latticexyz/gas-report Patch
@latticexyz/protocol-parser Patch
@latticexyz/query Patch
@latticexyz/react Patch
@latticexyz/recs Patch
@latticexyz/schema-type Patch
solhint-config-mud Patch
solhint-plugin-mud Patch
@latticexyz/store Patch
@latticexyz/utils Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@holic holic marked this pull request as ready for review July 16, 2024 15:24
@holic holic requested a review from alvrs as a code owner July 16, 2024 15:24

type Options = {
configPath?: string;
clean?: boolean;
srcDir?: string;
config?: WorldConfig;
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think this option ever worked - it wasn't part of builder method and isn't possible to pass in an object to CLI anyway.

@holic holic merged commit 3cbbc62 into main Jul 16, 2024
13 checks passed
@holic holic deleted the holic/cli-config branch July 16, 2024 17:14
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