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
After the build step, there are no .cypher files in the dist directory. That is because of tsc behaviour to only include ts/js files. How did you manage to get it to work?
Alternatively, you might modify your build/watch script to copy those files over. If using watch it could be a bit tricky, but might look something like:
jasperblues
changed the title
[DUPLICATE] .cypher files missing after transpilation
[DUPLICATE HAS-WORKAROUND] .cypher files missing after transpilation
Nov 4, 2020
Yes @anrolmar it is high priority. Features most asked for (not formally measured):
#34 : This issue. #32 : Clear guides to use without Nest JS. (and NestJS pulled in as optional npm addon). #36 : Don't pull in other platform's driver.
Currently working on RedisGraph Support, in between a lot of client work. Will happily take PRs, documentation or any other help large or small (including logging issues and sharing feedback 👍 ).
After the build step, there are no .cypher files in the dist directory. That is because of
tsc
behaviour to only include ts/js files. How did you manage to get it to work?The text was updated successfully, but these errors were encountered: