Skip to content

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Feb 9, 2024
1 parent 3e688d3 commit b5f2a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create-farc/templates/default/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ app.frame('/', (context) => {
}
})

Bun.serve(app)
const server = Bun.serve(app)
console.log(`𝑭𝒂𝒓𝒄 ▶︎ http://localhost:${server.port}/preview`)

0 comments on commit b5f2a94

Please sign in to comment.