patterns/fullstack-dev-server #685
Replies: 6 comments 9 replies
-
|
What is the IDE used in the example? |
Beta Was this translation helpful? Give feedback.
-
|
Any idea how to get SPA routes working? |
Beta Was this translation helpful? Give feedback.
-
|
This is a great article! It would be very nice to include also the React.js build and just serve that. |
Beta Was this translation helpful? Give feedback.
-
|
Is hot-reloading for the React/TSX files supported? This is natively supported in Bun.serve() after |
Beta Was this translation helpful? Give feedback.
-
|
I ran into: I found this issue on another repo with a fix, as bun may not have getBuildinModule setup? //Add this to index.ts:
// Fix for Elysia issue with Bun, (see https://github.com/oven-sh/bun/issues/12161)
process.getBuiltinModule = require;Ran using: |
Beta Was this translation helpful? Give feedback.
-
|
What is the Browser used in the example? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
patterns/fullstack-dev-server
#0f172a
https://elysiajs.com/patterns/fullstack-dev-server
Beta Was this translation helpful? Give feedback.
All reactions