Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unstoppablemango/pulumi-bun

Experimental Pulumi support for Bun
https://github.com/unstoppablemango/pulumi-bun

Last synced: 1 day ago
JSON representation

Experimental Pulumi support for Bun

Awesome Lists containing this project

README

        

# Experimental Pulumi Bun Support

Just me fiddling around and seeing if I can implement a Pulumi language provider for Bun now that it has HTTP2 server support.

## References

## Notes

Note to future me because I will inevitably forget, Renovate supports tracking git submodules by tag but git isn't a huge fan of this.

TL;DR

> **Note:** Using this approach will disrupt the native git submodule update experience when using git submodule update --remote. You may encounter an error like fatal: Unable to find refs/remotes/origin/v0.0.1 revision in submodule path... because Git can only update submodules when tracking a branch. To manually update the submodule, navigate to the submodule directory and run the following commands: `git fetch && git checkout `.