This commit is contained in:
Colin McDonnell
2023-03-07 18:07:53 -08:00
parent 9bf4d9b8a2
commit 6505e5c3a4

View File

@@ -25,7 +25,7 @@ To consume this plugin, add this file to the `preload` option in your [`bunfig.t
preload = ["./yamlPlugin.ts"]
```
{% details summary="Usage eithout preload" %}
{% details summary="Usage without preload" %}
Alternatively, you can import this file manually at the top of your project's entrypoint, before any application code is imported.