init commit,
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Follow this setup guide to integrate the Deno language server with your editor:
|
||||
// https://deno.land/manual/getting_started/setup_your_environment
|
||||
// This enables autocomplete, go to definition, etc.
|
||||
|
||||
import { handler } from './handler.tsx'
|
||||
|
||||
console.log(`Function "tweet-to-image" up and running!`)
|
||||
|
||||
Deno.serve(handler)
|
Reference in New Issue
Block a user