This website requires JavaScript.
Explore
Help
Sign in
starshard
/
peafowl
Template
Watch
1
Fork
You've already forked peafowl
0
mirror of
https://github.com/starshardstudio/peafowl.git
synced
2024-11-22 04:54:19 +00:00
Code
Activity
5c2481cbb1
peafowl
/
_run.ts
7 lines
102 B
TypeScript
Raw
Normal View
History
Unescape
Escape
First commit
2024-06-16 11:49:13 +00:00
import
{
default
as
site
}
from
"./_config.ts"
Deno
.
serve
(
{
port
:
8080
,
Fully remove cms
2024-10-09 23:52:01 +00:00
handler
:
site.fetch
First commit
2024-06-16 11:49:13 +00:00
}
)
Copy permalink