Age | Commit message (Collapse) | Author | Files | Lines |
|
* docker.md
* use-debian
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
* systemd-guide
* remove-root-from-example
* add-more-description
* Updates
* Updates
* Updates
* Update
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
|
|
* 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>
|
|
remove outdated information
|
|
* doc/ipc.md
* update/spawn.md
* improved-documentation-and-added-send-type
* Updates
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
|
|
Use token from cookies, not from ws.data
|
|
|
|
|
|
This reverts commit e62fef67658240a4137320729ff26e09498a93fd.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update react.md
Added install react part
* Updates
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
* 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>
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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>
|
|
|
|
|
|
Change string:string mapping in the docs to match the expected string:array[string] mapping.
See: https://www.typescriptlang.org/tsconfig#paths
|
|
|
|
|
|
|
|
* Update nuxt.md
* --bun
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
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>
|
|
|
|
|
|
* 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
|
|
* wip
* Flesh out resolution docs
* Polish
* More
* WIP
* WIP
* WIP
* Document --watch
|
|
|
|
Fixes example with `spyOn` and assertions. The example failed because the spied function would be called once but the expectation asserted 0 calls.
|
|
|
|
|
|
* Updates
* Improve jest guide
* Improve
|
|
Remove errant slash preventing the correct console log
|