Skip to content

Latest commit

 

History

History
 
 

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@blitzjs/server

Responsible for managing the development and production server for Blitz.

The Server package exposes some key functions for controlling blitz.

dev()

Start the development server in watch mode.

import {dev} from "@blitzjs/server"

await dev(serverConfig)

prod()

Start the production server.

import {prod} from "@blitzjs/server"

await prod(serverConfig)

This readme needs more work. If you want to help out please submit a PR