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

نووسراو ببینە
1
2
3
4
5
6
7
8
9
import { HomeArea } from "./areas/home/home.area.ts";import { App } from "alosaur/mod.ts";
const app = new App({ areas: [HomeArea],});
app.listen();
alosaur

Version Info

Tagged at
a year ago