You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
Describe the bug
I'm using the data-sources model (as prescribed by Tim in the Nexus docs) and have noticed that changes I make in my /src/data-sources/*.ts files are not being applied. I have to manually restart the process for those changes to be picked up.
To Reproduce
Steps to reproduce the behavior:
Create a new project and start said project.
Add a .ts file to a new /src/data-sources/ folder
Reference and use that new file from anywhere.
Hopefully you see an error or oddity because that new code was not picked up by the dev process.
Expected behavior
I expect that all changes to any .ts files within the src folder would be recognized on file save.
Screenshots
If needed, I can put together a small video showcasing the issue.
Versions (please complete the following information):
OS: macOS 10.14.4
yoga CLI: yoga/0.18 node v10.10.0
The text was updated successfully, but these errors were encountered:
I made an answer at #121. This issue being kind of a duplicate of the other one, I'll close this one now and let the other one open til we're sure that everything's fixed.
Describe the bug
I'm using the data-sources model (as prescribed by Tim in the Nexus docs) and have noticed that changes I make in my
/src/data-sources/*.ts
files are not being applied. I have to manually restart the process for those changes to be picked up.To Reproduce
Steps to reproduce the behavior:
.ts
file to a new/src/data-sources/
folderExpected behavior
I expect that all changes to any
.ts
files within thesrc
folder would be recognized on file save.Screenshots
If needed, I can put together a small video showcasing the issue.
Versions (please complete the following information):
yoga
CLI: yoga/0.18 node v10.10.0The text was updated successfully, but these errors were encountered: