--- name: Convert an absolute path to a file URL --- Use `Bun.pathToFileURL()` to convert an absolute path to a `file://` URL. ```ts Bun.pathToFileURL("/path/to/file.txt"); // => "file:///path/to/file.txt" ``` --- See [Docs > API > Utils](/docs/api/utils) for more useful utilities. /public?h=fix-s-island-fallback' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/examples/starter/public (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27[ci] formatGravatar FredKSchott 9-23/+25
2022-06-27update telemetry to support more anonymized project id (#3713)Gravatar Fred K. Schott 20-351/+311
2022-06-27SImplify "astro add" by removing confusing multi-select (#3715)Gravatar Fred K. Schott 13-258/+157