deno.land / x / alosaur@v1.1.1 / examples / default / app.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { HomeArea } from "./areas/home.area.ts";import { App } from "alosaur/mod.ts";import { CoreArea } from "./areas/core.area.ts";
const app = new App({ areas: [HomeArea, CoreArea], logging: false,});
app.listen();
// Deno.serve(() => new Response("Hello, Bench!"), {// port: 8000,// });
alosaur

Version Info

Tagged at
a year ago