Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unstoppablemango/pulumi-bun
- Owner: UnstoppableMango
- License: apache-2.0
- Created: 2024-07-08T03:44:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T20:15:22.000Z (5 days ago)
- Last Synced: 2024-12-20T21:27:17.887Z (5 days ago)
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
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 `.