Skip to content

add JS repo as git sub module #678

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 1 commit into from
Jun 24, 2025

Conversation

danditomaso
Copy link
Collaborator

Description

This PR adds the JS repo as a git sub module to the web repository. This allows for further development of the JS repo without having to fiddle with package mocking or npm linking.

Changes Made

  • Ran git submodule add https://github.com/meshtastic./js.git src/core/connection which allows you to point a specific repo and give it a "mount point" in your parent repo

Checklist

  • Code follows project style guidelines
  • [TBD] Documentation has been updated or added
  • Tests have been added or updated
  • All i18n translation labels have been added (read
    CONTRIBUTING_I18N_DEVELOPER_GUIDE.md for more details)

@Copilot Copilot AI review requested due to automatic review settings June 24, 2025 01:40
Copy link

vercel bot commented Jun 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
web-test ✅ Ready (Inspect) Visit Preview Jun 24, 2025 1:40am

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR integrates the external JS repository as a git submodule into the web repository to simplify further development without relying on package mocking or npm linking.

  • Added a git submodule entry for the JS repository
  • Points the submodule to "src/core/connection" for organized access
Comments suppressed due to low confidence (1)

@danditomaso danditomaso merged commit 6c676fa into meshtastic:main Jun 24, 2025
3 checks passed
@danditomaso danditomaso deleted the add-js-repo-module branch June 24, 2025 02:26
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.

1 participant