- Add UX_TESTING_SETUP_GUIDE.md for ChronoMind - Create .pnpmfile.cjs for local package resolution - Update .npmrc to remove repo-level Gitea auth - Create Primitives.tsx product adapter with ChronoMind-specific status types - Add ui directory for shared component imports Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
# Remove repo-level GITEA_NPM_TOKEN interpolation
|
|
# Gitea registry auth should live in user-level ~/.npmrc or CI secrets
|
|
# Only when BYTELYST_PACKAGE_SOURCE=gitea is explicitly used
|
|
strict-ssl=false
|
|
link-workspace-packages=true
|
|
prefer-workspace-packages=true
|