Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Mar 12, 2024
1 parent 0483088 commit c9afcab
Show file tree
Hide file tree
Showing 45 changed files with 12,065 additions and 54,970 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "example",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "bun run --hot src/index.tsx"
},
Expand Down
1 change: 1 addition & 0 deletions example/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ app.get("/", () => {
hello hono
</div>
</div>,
{ format: "svg" },
);
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"workspaces": ["src", "example", "vendor/*"],
"workspaces": ["src", "example"],
"scripts": {
"build": "bun run clean && tsc --project ./tsconfig.build.json",
"changeset": "changeset",
Expand Down
Loading

0 comments on commit c9afcab

Please sign in to comment.