mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-22 14:41:05 +01:00
tags: update illegal-instruction & hono
This commit is contained in:
parent
2705a20cf4
commit
77e4c64e16
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ content = """
|
||||||
**Hono - [炎] means flame🔥 in Japanese**
|
**Hono - [炎] means flame🔥 in Japanese**
|
||||||
• Is a small, simple, and ultrafast web framework for Cloudflare Workers, Deno, Bun, and others
|
• Is a small, simple, and ultrafast web framework for Cloudflare Workers, Deno, Bun, and others
|
||||||
|
|
||||||
[Bun doesn't currently support express because some native modules are missing, but you can use hono for now.](<https://github.com/honojs/hono#bun>)
|
[Bun supports partially express, but you can also use hono.](<https://github.com/honojs/hono#bun>)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[not-same-file-system]
|
[not-same-file-system]
|
||||||
|
@ -81,12 +81,12 @@ keywords = ["illegal-instruction", "core-dumped", "dumped", "core", "illegal"]
|
||||||
content = """
|
content = """
|
||||||
**Illegal instruction - core dumped**
|
**Illegal instruction - core dumped**
|
||||||
|
|
||||||
Update to latest 0.1.6 version using:
|
Update to latest version using:
|
||||||
+++
|
+++
|
||||||
curl https://bun.sh/install | bash
|
curl https://bun.sh/install | bash
|
||||||
+++
|
+++
|
||||||
|
|
||||||
or install latest *-baseline build
|
or install latest *-baseline build from [GitHub Releases](https://github.com/oven-sh/bun/releases)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[why-zig]
|
[why-zig]
|
||||||
|
|
Loading…
Reference in a new issue