Open DrUse1 opened 1 year ago
I've got the same problem!
Bun -v 1.0.25, MAC Worked for me but I had a couple issues. First I had to chown -R USER the project folder, installed with bun add the imports
import { Elysia } from 'elysia'; import { html } from "@elysiajs/html";
const app = new Elysia() .use(html()) .get("/", () => `
What version of Bun is running?
1.0.0+822a00c4d508b54f650933a73ca5f4a3af9a7983
What platform is your computer?
Darwin 22.1.0 arm64 arm
What steps can reproduce the bug?
setup the Elysia default project, add the html library and using this code for example :
What is the expected behavior?
It should execute fine and open the server on port 8080
What do you see instead?
Random errors :
During build :
And when executing the index.js bundle :
Additional information
No response