aboutsummaryrefslogtreecommitdiff
path: root/docs/runtime/configuration.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-19Docs & types for 0.7 (#3665)Gravatar Colin McDonnell 1-20/+3
* Docs & types for 0.7 * Tweak * Update * Tweaks * Tweak * Tweaks --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-07-16Document `--smol`Gravatar Jarred Sumner 1-70/+59
2023-06-25Add support for install with --frozen-lockfile (#3365)Gravatar Tiago Teixeira 1-0/+3
* Add support for install with --frozen-lockfile * Add test * Add test for frozenLockfile in config file
2023-06-02Update macro/test docs (#3180)Gravatar Colin McDonnell 1-7/+0
* Add test and fix plugin type * Update docs and config pages
2023-06-02Support `NO_COLOR` environment variable (#3055)Gravatar Ashcon Partovi 1-3/+27
2023-05-29More/better docs for JSX, utils, binary data, streams, hashing, `bun test`, ↵Gravatar Colin McDonnell 1-42/+74
`Bun.serve` (#3005) * WIP * Updates * Document deepEquals * WIP * Update typeS * Update TLS docs for Bun.serve * Update types for tls * Draft binary data page. Add Streams page. * Update test runner docs * Add hashing, flesh out utils * Grammar * Update types * Fix * Add import.meta docs * Tee
2023-04-17docs: fix code block (#2662)Gravatar Simon Legner 1-1/+1
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-0/+186
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates