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
Dev: Compiles without pressing CTRL-S in a random ts file.
Prod: Compiles
Actual Behavior
Dev: Compiles only after pressing CTRL-S in a random ts file.
Prod: Doesn't compile
Additional Information
When running cd ./server-node && npm run dev the build fails:
When I press CTRL-S in a random file (to keep it the same for all of us I chose ./server-node/index.ts) without even modifying it the dev build magically works again. The error doesn't happen when ./shared-operations/src/workflow/operatorAccessor.ts:11 is commented:
Or the imported files are removed/commented. (./shared-operations/src/functions/*)
The only file that doesn't produce an error is functions/index.ts
Only index.ts -> no error
Only impose.ts -> error
Only impose.ts with content of index.ts -> error
So the error seems to be dependent on the name of the file for some reason?
Depending on the files present there is another error:
Thank you for your time!
The text was updated successfully, but these errors were encountered:
cd ./server-node && npm run dev
- Sadly I don't have anything better to reproduce this, sorry...)Expected Behavior
Dev: Compiles without pressing CTRL-S in a random ts file.
Prod: Compiles
Actual Behavior
Dev: Compiles only after pressing CTRL-S in a random ts file.
Prod: Doesn't compile
Additional Information
When running
cd ./server-node && npm run dev
the build fails:When I press CTRL-S in a random file (to keep it the same for all of us I chose
./server-node/index.ts
) without even modifying it the dev build magically works again. The error doesn't happen when./shared-operations/src/workflow/operatorAccessor.ts:11
is commented:Or the imported files are removed/commented. (
./shared-operations/src/functions/*
)The only file that doesn't produce an error is
functions/index.ts
Only index.ts -> no error
Only impose.ts -> error
Only impose.ts with content of index.ts -> error
So the error seems to be dependent on the name of the file for some reason?
Depending on the files present there is another error:
Thank you for your time!
The text was updated successfully, but these errors were encountered: