-
Notifications
You must be signed in to change notification settings - Fork 16
feat: nestjs initial query implementation #748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
577cc3f to
4055a27
Compare
|
@zackspear I've gotten this to the point that I think we can actually just send it in the next release. I have a bunch of improvements I'd like to make, but as an MVP I think it's there and I want to start testing. I would probably like to see this get merged as a single commit so we can back it out if we need to. |
|
Sounds good. If you feel comfortable and want to merge it, go for it. Or if you want to walk through it and explain any big changes we can do that too. |
- ensure builds can be completely isolated from the host system
This reverts commit 9073418.
ea750c2 to
e3c2c36
Compare
feat: nestjs implementation