You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wanted to know if its intended or did anything changed recently. I followed the tutorial on cloudflare blog which said it will install honox application from x-basic template but it installed a basic hono app with the structure
./
├── package.json
├── public
│ └── static // Put your static files.
│ └── style.css // You can refer to it as `/static/style.css`.
├── src
│ ├── index.tsx // The entry point for server-side.
│ └── renderer.tsx
├── tsconfig.json
└── vite.config.ts
I followed the same from honox docs but that too installed a basic app with the same structure as above.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I wanted to know if its intended or did anything changed recently. I followed the tutorial on cloudflare blog which said it will install honox application from x-basic template but it installed a basic hono app with the structure
I followed the same from honox docs but that too installed a basic app with the same structure as above.
This is the command i ran
i replaced
bun
withnpm
and the results are same.bun version 1.1.27
Beta Was this translation helpful? Give feedback.
All reactions