Skip to main content
Module

x/alosaur/examples/db/app.ts

Alosaur - Deno web framework with many decorators
Go to Latest
File
import { HomeArea } from "./areas/home/home.area.ts";import { App } from '../../src/mod.ts';
const app = new App({ areas: [HomeArea]});
app.listen();