mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-21 12:34:20 +00:00
Fully remove cms
This commit is contained in:
parent
1890134f76
commit
159da32f58
1 changed files with 1 additions and 5 deletions
6
_run.ts
6
_run.ts
|
@ -1,10 +1,6 @@
|
|||
import {default as site} from "./_config.ts"
|
||||
import {default as cms} from "./_cms.ts"
|
||||
import {default as adapter} from "lume/cms/adapters/lume.ts"
|
||||
|
||||
const app = await adapter({site, cms})
|
||||
|
||||
Deno.serve({
|
||||
port: 8080,
|
||||
handler: app.fetch
|
||||
handler: site.fetch
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue