UNPKG
axcora
Version:
alfa-zeus (1.0.1-alfa-zeus)
ath (1.0.1-athenas)
athena (1.0.1-athena)
batavia-zeus (1.0.0-batavia-zeus)
batavias-zeus (1.0.0-batavias-zeus)
beta-zeus (1.0.1-beta-zeus)
betas-zeus (1.0.1-betas-zeus)
betasa-zeus (1.0.1-betasa-zeus)
hero (1.0.0-hero)
heroes (1.0.1-heroes)
heros (1.0.1-heros)
latest (1.0.1-athenas)
zeus (1.0.1-zeus)
1.0.1
1.0.1-zeus
1.0.1-heros
1.0.1-heroes
1.0.1-betasa-zeus
1.0.1-betas-zeus
1.0.1-beta-zeus
1.0.1-athenas
1.0.1-athena
1.0.1-alfa-zeus
1.0.0
1.0.0-hero
1.0.0-beta-2
1.0.0-beta-1
1.0.0-beta
1.0.0-batavias-zeus
1.0.0-batavia-zeus
1.0.0-alfa
1.0.0-al
1.0.0-ac
1.0.0-ab
1.0.0-a
Modern and Super Light Static Site Generator
github.com/axcora/axcorassg
axcora/axcorassg
axcora
/
dist
/
server
/
prod-server.d.ts
2 lines
(1 loc)
•
198 B
TypeScript
View Raw
1
2
export
declare
function
startProductionServer
(
port
?:
number
,
host
?:
string
):
Promise
<
import
(
"http"
).
Server
<
typeof
import
(
"http"
).
IncomingMessage
,
typeof
import
(
"http"
).
ServerResponse
> |
undefined
>;