Skip to content

feat: add devcontainer setup - #5

Merged
geromegrignon merged 3 commits into
openng-org:mainfrom
valeriocomo:feat/devcontainer-setup
Jul 11, 2026
Merged

geromegrignon merged 3 commits into
openng-org:mainfrom
valeriocomo:feat/devcontainer-setup

Conversation

@valeriocomo

Copy link
Copy Markdown
Contributor

Description

Adding devcontainer configuration.

Related issues

Fixes #4

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that changes the public API)
  • Documentation only
  • Refactor, test, or chore (no user-facing change)

Breaking changes

None

Test plan

  • npm run build
  • npm test
  • npm run lint
  • Verified in the demo app (if applicable)

Checklist

  • Issue discussed or bug clearly described (link issue when applicable)
  • Tests added or updated for behavioral changes
  • Documentation updated (README, JSDoc, migration notes as needed)
  • Public API changes documented; breaking changes called out
  • CHANGELOG updated (if the repository maintains one and the change is user-facing)
  • Commit messages follow Conventional Commits
  • I agree to follow the OpenNG Foundation Code of Conduct

Additional context

Jest config lives in projects/openng/cashew, not the workspace root,
so the Jest extension couldn't discover it in a fresh container without this setting.
Useful for reviewing PRs and monitoring CI workflow runs directly from the editor.
@geromegrignon
geromegrignon merged commit 31064dd into openng-org:main Jul 11, 2026
1 check passed
@geromegrignon

Copy link
Copy Markdown
Member

Thanks @valeriocomo !

@valeriocomo
valeriocomo deleted the feat/devcontainer-setup branch July 21, 2026 12:00
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.

[Feature]: add devcontainer setup

2 participants