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

[App Extensibility] default configuration files have valid, working values (@W-17618701@) #2231

Merged

Conversation

vmarta
Copy link
Contributor

@vmarta vmarta commented Jan 31, 2025

For now, we wanted developers to be able to generate a project with app extensions installed and then run the project with success (without any further configurations).

Since currently there is a lack of certain features (like validating the configurations), let's make sure that the default config that comes with each extension is valid and working. There should not be any placeholder values.

How to test-drive the PR

  1. Generate a project with node packages/pwa-kit-create-app/scripts/create-mobify-app-dev.js --outputDir /tmp/foobar
  2. Then cd /tmp/foobar
  3. npm start to run the project.
  4. Verify the storefront is working as expected

Because the extensions' default config files no longer have any placeholders for now.
@vmarta vmarta marked this pull request as ready for review January 31, 2025 00:24
@vmarta vmarta requested a review from a team as a code owner January 31, 2025 00:24
@vmarta vmarta merged commit 7a3644f into feature/extensibility-v2 Jan 31, 2025
27 checks passed
@vmarta vmarta deleted the vm/default-config-replace-placeholders branch January 31, 2025 17:36
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.

3 participants