aboutsummaryrefslogtreecommitdiff
path: root/docs/guides (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-13Guide to containerize a bun application using Docker (#6478)Gravatar Nicolae-Rares Ailincai 1-0/+140
* docker.md * use-debian * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-10-13Adds systemd guide to run a bun application as a daemon (#6451)Gravatar Nicolae-Rares Ailincai 1-0/+113
* systemd-guide * remove-root-from-example * add-more-description * Updates * Updates * Updates * Update --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-10-12Fix linksGravatar Colin McDonnell 1-1/+1
2023-10-11Docs : Added instructions to run bun apps in daemon (PM2) to address … (#5931)Gravatar h2210316651 1-0/+54
* Docs : Added instructions to run bun apps in daemon (PM2) to address issue #4734 Added instructions to set bun as pm2 interpreter to extend same functionality as node.js apps. * Add pm2 guide * Add pm2 file --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-10-10Update vite.md (#6399)Gravatar Clément P 1-2/+1
remove outdated information
2023-10-10Documentation for the IPC of Bun.spawn (#6400)Gravatar Nicolae-Rares Ailincai 1-0/+66
* doc/ipc.md * update/spawn.md * improved-documentation-and-added-send-type * Updates * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-10-06docs: `file.stream()` is not a promise (#6337)Gravatar Paul Nodet 1-1/+1
2023-10-03Docs: Update context.md (#6256)Gravatar John Beene 1-1/+1
Use token from cookies, not from ws.data
2023-09-28docs: update image astro.md (#6149)Gravatar Alba Silvente Fuentes 1-1/+1
2023-09-28Update prismaGravatar Colin McDonnell 1-9/+32
2023-09-28Revert "Update prisma guide"Gravatar Colin McDonnell 1-32/+9
This reverts commit e62fef67658240a4137320729ff26e09498a93fd.
2023-09-28Update prisma guideGravatar Colin McDonnell 1-9/+32
2023-09-26Update astro.md to v3 (#6070)Gravatar Alba Silvente Fuentes 1-9/+5
2023-09-24Add buggy noteGravatar Jarred Sumner 1-0/+6
2023-09-23docs: update link to templates in remix guide (#5965)Gravatar Moritz Eck 1-1/+1
2023-09-20Update prisma guideGravatar Colin McDonnell 1-0/+6
2023-09-19Fix broken linksGravatar Colin McDonnell 4-4/+4
2023-09-19docs: add Qwik guide (#4810)Gravatar Sanyam Kamat 1-0/+107
2023-09-19More improvements to azure guideGravatar Colin McDonnell 1-8/+10
2023-09-19Improve formatting againGravatar Colin McDonnell 1-0/+4
2023-09-19Update azure guideGravatar Colin McDonnell 1-18/+22
2023-09-19Added react installation to react.md (#5620)Gravatar Andrey Gurtovoy 1-14/+33
* Update react.md Added install react part * Updates * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-19docs: Update Remix guide (#5702)Gravatar Brooks Lybrand 1-1/+19
* Update Remix guide * Update callout * Update docs/guides/ecosystem/remix.md Co-authored-by: Michael Jackson <michael@jackson.us> * update * Add link to remix --------- Co-authored-by: Michael Jackson <michael@jackson.us> Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-19Get artifactory to work (#5744)Gravatar Jarred Sumner 1-0/+28
* Get artifactory to work * Cleanup url normalization a ltitle more * Clean up tests * prettier --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-19Update azure-artifacts.mdGravatar Jarred Sumner 1-3/+9
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-1/+1
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-2/+2
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-3/+3
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-0/+1
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-1/+1
2023-09-18Update azure-artifacts.mdGravatar Jarred Sumner 1-9/+12
2023-09-18Encode slashes in package names in the registry manifest request (#5716)Gravatar Jarred Sumner 1-0/+53
* Encode slashes in package names in the registry manifest request Co-Authored-By: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com> * Update dummy.registry.ts * Fix tests * Add guide for Azure Artifacts * Update azure-artifacts.md * Update azure-artifacts.md * Typo --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Max Brosnahan <1177034+gingermusketeer@users.noreply.github.com>
2023-09-18fix(docs): update formatting (#5685)Gravatar Rauny 1-2/+2
2023-09-17Fix a `'app.server' is possibly 'null'.` error (#5626)Gravatar Quentin 1-1/+1
2023-09-16Update tsconfig-paths.md (#5593)Gravatar Ethan Steere 1-2/+2
Change string:string mapping in the docs to match the expected string:array[string] mapping. See: https://www.typescriptlang.org/tsconfig#paths
2023-09-16Update workspaces.md to reflect "workspace:*" syntax (#5555)Gravatar Bruce Denham 1-2/+2
2023-09-14Fix linksGravatar Colin McDonnell 1-1/+1
2023-09-14Clean up trustedDependencies guideGravatar Colin McDonnell 1-3/+24
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