2025-01-02
https://gyazo.com/2fcb89fc08491fb54e7a9406c1daa9behttps://gyazo.com/493dc375488b9f62c6528e627f1d33d6
https://gyazo.com/abbd4643bb0f53175e219a658463195dhttps://gyazo.com/4f711ae1ac13ffb8e4d527ab3212bf26
興味深かったので入ってみた
https://gyazo.com/87442a42478714d606c714fc66919686
壮絶なアップデートを拝見した
参加者、なかなか元気がいい
こういう元気の良さを最近見てなかったのでありがたい
年明けたけどようやくまとめ始めました
月別ページやLikesページを生成したりしていました
code:serve.ts
const BASE_PATH = "./build";
const server = Bun.serve({
port: 9999,
async fetch(req) {
const filePath = BASE_PATH + new URL(req.url).pathname;
const file = Bun.file(filePath);
return new Response(file);
},
error() {
return new Response(null, { status: 404 });
},
});
console.log(Listening on ${server.url});
マジらしいです
https://gyazo.com/78b4428af87ee6503c9d2e2cdbc91036
なんの漫画だよ
絞りすぎると曲げられないので塩梅がむずい