mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-21 20:44:19 +00:00
6 lines
102 B
TypeScript
6 lines
102 B
TypeScript
import {default as site} from "./_config.ts"
|
|
|
|
Deno.serve({
|
|
port: 8080,
|
|
handler: site.fetch
|
|
})
|