mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-23 23:34:26 +01:00
Boilerplate Deno stuff
This commit is contained in:
6
src/server.ts
Normal file
6
src/server.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'https://deno.land/std@0.177.0/dotenv/load.ts';
|
||||
import { serve } from 'https://deno.land/std@0.177.0/http/server.ts';
|
||||
|
||||
import app from './app.ts';
|
||||
|
||||
serve(app.fetch);
|
||||
Reference in New Issue
Block a user