Note
Latest version - 1.7.0
To update the configuration for the Spark Frontend, follow these steps:
-
Update the Configuration Repository:
- Navigate to the configuration repository: Spark Frontend Config.
- Make the necessary changes to the configuration files.
- After making changes, update the version number in the
package.json
file to reflect the new version of the config. - Build the new version of the configuration by running the following command:
pnpm run build
- Once the build is complete, commit and push the changes to the repository.
-
Update the Frontend Project:
- Go to the frontend repository: Spark Frontend.
- Delete the existing
config.json
file located in thesrc
directory. - Start the frontend project. The project is configured to automatically pull the latest version of the configuration from the configuration repository.
-
Verify and Commit:
- After the project pulls the new configuration, thoroughly test the application to ensure that the new configuration works as expected.
- Once verified, commit the changes to the frontend repository and push them to the remote repository.