ditto/src/server.ts

4 lines
52 B
TypeScript
Raw Normal View History

2023-03-05 01:55:28 +00:00
import app from './app.ts';
Deno.serve(app.fetch);