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
Running this project inside a mono repo (in my case Turbo) the build command will not find "tsconfig.json" in the sub folder. When using the build command with a local path "subql build -f ./" it finds the file.
Errors (for discoverability):
TS2304: Cannot find name 'store'.
TS2304: Cannot find name 'logger'.
The text was updated successfully, but these errors were encountered:
Running this project inside a mono repo (in my case Turbo) the build command will not find "tsconfig.json" in the sub folder. When using the build command with a local path "subql build -f ./" it finds the file.
Errors (for discoverability):
TS2304: Cannot find name 'store'.
TS2304: Cannot find name 'logger'.
The text was updated successfully, but these errors were encountered: