Sittipong HAUS
Sittipong HAUS
`app/routes/__root.tsx` ```typescript ... {import.meta.env.DEV && ( {} window.$RefreshSig$ = () => (type) => type` }} /> )} ``` This work for me
@hakatashi thanks!!!!
If I recall correctly, when you initially create the storage variable, you have the option to configure it. ```typescript const storage = new HonoS3Storage({ key: (_, file) => `${file.originalname}-${Date.now()}.${file.extension}`, bucket,...
Upvote for Opencode