aboutsummaryrefslogtreecommitdiff
path: root/examples/hono (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-10-16Reflecting new home for bun templates (#1317)Gravatar Dennis Dudek 5-64/+0
* Reflecting new home for bun templates https://github.com/bun-community/create-templates/ * templates now in root
2022-07-24chores(examples/hono): Refine Hono example (#773)Gravatar Yusuke Wada 4-4/+11
* fixed path * add favicon * Correct version: `^2.0.0` * remove wiptest command
2022-07-18bump examplesGravatar Jarred Sumner 1-3/+3
2022-07-17Bumped hono version number (#746)Gravatar Jochem Hagenaars 1-3/+3
* Bumped hono version number * Changed bun-types version
2022-07-14fix(templates): Fix hono example template (#633)Gravatar YOSHIKI 2-3/+3
* Fix hono example template * Update package.json
2022-07-12fix(examples/hono): Update package name (#620)Gravatar Finn R. Gärtner 1-1/+1
2022-07-12docs: Hono example with typescript (#577)Gravatar Jesse-Lucas1996 4-0/+57
* hono example with typescript * changing of name in package json * adding dom to lib * removal of git ignore * removed DOM * Update examples/hono/src/index.ts Co-authored-by: Hyro <generalkubo@gmail.com> * changed port * added read me * Update index.ts * Update package.json * Update readme.md Co-authored-by: Hyro <generalkubo@gmail.com> Co-authored-by: Jesse Lucas <jlucas@corpcloud.com.au> Co-authored-by: Finn R. Gärtner <65015656+FinnRG@users.noreply.github.com>