aboutsummaryrefslogtreecommitdiff
path: root/docs/guides (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-13Update nuxt.md (#4452)Gravatar Soheil Nazari 1-1/+1
* Update nuxt.md * --bun --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-13Update simple.md (#4881)Gravatar Twan L 1-1/+1
I have removed the / before ${server.port} because it its incorrect and I replaced the localhost to ${server.hostname} Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-13Update nextjs.md (#4905)Gravatar kryparnold 1-1/+1
2023-09-13Use bun create everywhereGravatar Colin McDonnell 6-7/+7
2023-09-13doc(guides): update sveltekit guide (#5285)Gravatar Madhurjya Roy 1-2/+2
* doc(guides): update sveltekit guide Use `bun create svelte` instead of `bunx create-svelte`. This is to bring the documentation at par with the SvelteKit official doc to [create a project](https://kit.svelte.dev/docs/creating-a-project). * Update text instructions for sveltekit.md
2023-09-13More docs & helptext cleanup (#5229)Gravatar Colin McDonnell 4-4/+88
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch
2023-09-13Fix mock exampleGravatar Colin McDonnell 1-1/+1
2023-09-13docs(guide): fix expect assertion example in guide for `spyOn` (#5294)Gravatar wing 1-1/+1
Fixes example with `spyOn` and assertions. The example failed because the spied function would be called once but the expectation asserted 0 calls.
2023-09-13file.exists() needs to be awaited to get the value (#5061)Gravatar amt8u 1-1/+1
2023-09-13Update discordjs.md (#5227)Gravatar Antonin CLAUZIER 1-1/+1
2023-09-12Various docs (#5201)Gravatar Colin McDonnell 3-1/+142
* Updates * Improve jest guide * Improve
2023-09-12Update simple.md (#4997)Gravatar Tom Redman 1-1/+1
Remove errant slash preventing the correct console log
2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 3-3/+3
2023-09-12Fixed Websocket Compression Example. (#5087)bun-v1.0.1Gravatar James Gordo 1-1/+1
* Passed message variable to ws.send() method. * Passed message variable to ws.send() method.
2023-09-12Fix typo in http file upload example (#5088)Gravatar ped 1-1/+1
2023-09-11Update gzip.md (#5041)Gravatar Eric Bidelman 1-1/+1
typo
2023-09-11fix formatting in sveltekit guideGravatar Colin McDonnell 1-10/+10
2023-09-11Fix punctuation (#4870)Gravatar Matthew Yu 3-3/+3
2023-09-10Update todo-tests.md (#4771)Gravatar toneyzhen 1-1/+1
2023-09-09Fix mongoose ecosystem guid (#4740)Gravatar Richard 1-1/+8
Fix missing method declaration on schema and Schema database name from Kitten to Animal
2023-09-09fix(docs); typo on Nuxt guide page (#4745)Gravatar thunfisch987 1-2/+2
2023-09-08Add extension guideGravatar Colin McDonnell 1-0/+41
2023-09-08Update mongoose.md (#4534)Gravatar Arjunkumar 1-1/+1
2023-09-08Update Svelte Kit Docs (#4541)Gravatar Ethan Steere 1-0/+55
* Update Svelte Kit Docs I added some guidance about how to build for production. Still WIP since I would like to add a more complete deployment guide. * Formatting --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-07Fix typo in sveltekit.md (#4550)Gravatar Adam 1-1/+1
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 6-10/+10
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-09-01docs: fix http simple example log statement (#4320)Gravatar Karl Böhlmark 1-1/+1
Co-authored-by: Karl Böhlmark <karl.bohlmark@netinsight.net>
2023-08-28docs: hot reloading with Bun.serveGravatar Colin McDonnell 1-36/+3
2023-08-28Update nuxi outputGravatar Colin McDonnell 1-21/+12
2023-08-25Fix linkGravatar Colin McDonnell 2-2/+2
2023-08-25Readability tweaksGravatar Colin McDonnell 10-36/+51
2023-08-24Add guides for test runner (#4308)Gravatar Colin McDonnell 17-0/+787
2023-08-23Add Debugger docs and a couple guides (#4281)Gravatar Colin McDonnell 2-1/+24
* Add debugger docs. Add guides. * Add files
2023-08-21Docs and types for v0.8.0 (#4199)Gravatar Colin McDonnell 2-0/+147
* Improve test documentation * Update nodejs compat docs with tty * Add debugger guide * Document Bun.inspect.custom, improve bun test nav * Address reviews * Update Bun.file types * Add Nuxt guide * Add tty types
2023-08-17Update Astro guideGravatar Colin McDonnell 1-1/+5
2023-08-17Add Astro guide (#4110)Gravatar Colin McDonnell 1-0/+72
2023-08-17correct guide's bunfig example option (#4192)Gravatar xxxhussein 1-1/+1
2023-08-16Add solidstart guide (#4182)Gravatar Colin McDonnell 1-0/+58
2023-08-16Add sveltekit guide (#4180)Gravatar Colin McDonnell 1-0/+65
2023-08-12Update Stric guides (#4137)Gravatar Revenity 1-4/+6
2023-08-10Update remix guideGravatar Colin McDonnell 1-2/+4
2023-08-10Fix titleGravatar Colin McDonnell 1-1/+1
2023-08-10Add remix guideGravatar Colin McDonnell 1-0/+58
2023-08-09Updatesguides-3Gravatar Colin McDonnell 1-0/+4
2023-08-04Support --dev/-D and support more flags on bun install (#3989)Gravatar Colin McDonnell 1-1/+1
2023-08-03More guides and fixing links (#3960)bun-v0.7.2Gravatar Colin McDonnell 8-7/+80
* More guides * WIP * Updates * Fix
2023-08-01Fix prisma.md typo (#3921)Gravatar Emilio Sánchez 1-1/+1
2023-07-31Update stricjsGravatar Colin McDonnell 1-1/+9
2023-07-31Add env guidesGravatar Colin McDonnell 2-0/+69
2023-07-31Update titles, add Workspaces guideGravatar Colin McDonnell 8-6/+89