https://github.com/unstoppablemango/pulumi-bun
Experimental Pulumi support for Bun
https://github.com/unstoppablemango/pulumi-bun
Last synced: about 1 year ago
JSON representation
Experimental Pulumi support for Bun
- Host: GitHub
- URL: https://github.com/unstoppablemango/pulumi-bun
- Owner: UnstoppableMango
- License: apache-2.0
- Created: 2024-07-08T03:44:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T16:02:46.000Z (about 1 year ago)
- Last Synced: 2025-04-01T17:25:03.732Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `.