Christian Garrison
Christian Garrison
@iduuck any fixes you've found? Slack Conversation Link: https://sanity-io-land.slack.com/archives/C9Z7RC3V1/p1664889171571759
@iduuck this seems to get me much closer to running the studio. ``` "workspaces": { "packages": [ "packages/*", "apps/*" ], "nohoist": [ "**/react", "**/react/**", "**/react-dom", "**/react-dom/**", ] }, ``` was...
@iduuck This has fixed my issue. ```json "workspaces": { "packages": [ "packages/*", "apps/*" ], "nohoist": [ "**/react", "**/react/**", "**/react-dom", "**/react-dom/**", "**/@sanity/**" ] }, ```
@motdotla It would be great to have a feature where we can disable "synced" env environments on dotenv-vault. One where we can remove 1:1 syncing. I might want my `.env.staging`...