feat: Add Deno build task and simple HTTP server
This commit is contained in:
@@ -6,3 +6,5 @@ export function add(a: number, b: number): number {
|
||||
if (import.meta.main) {
|
||||
console.log("Add 2 + 3 =", add(2, 3));
|
||||
}
|
||||
|
||||
Deno.serve(() => new Response("Hello, world!"));
|
||||
|
||||
Reference in New Issue
Block a user