Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
title layout
Hono Github Issue 3275

@hono/github/issue-3275

https://github.com/honojs/hono/3275

Contents

Solution

Provided solution here honojs/hono#3275 (comment)

Actual typo is honojs/hono#3275 (comment)

define: {
    global: 'globalThis',
},

Setup

To clone:

git clone https://github.com/rjoydip/oss-issue-fix-collection.git
cd oss-issue-fix-collection/honojs/hono/github/3275

To install server deps

cd server
pnpm i

To install client deps

cd client
pnpm i

To run client app:

cd server
pnpm run dev

open http://localhost:5001/api

To run server app:

cd client
pnpm start

open http://localhost:3000/api