This commit is contained in:
Jarred Sumner
2023-07-16 21:40:07 -07:00
parent 6a234e6fce
commit d5c51092c8
2 changed files with 3 additions and 0 deletions

View File

@@ -254,6 +254,9 @@ export default {
page("api/import-meta", "import.meta", {
description: `Module-scoped metadata and utilities`,
}), // "`bun:sqlite`"),
page("api/workers", "Workers", {
description: `Run code in a separate thread with Bun's native Worker API.`,
}), // "`Worker`"),
page("api/sqlite", "SQLite", {
description: `The fastest SQLite driver for JavaScript is baked directly into Bun.`,
}), // "`bun:sqlite`"),