Skip to content

wanlitao/nitro-start

Repository files navigation

Nitro starter

Look at the nitro quick start to learn more how to get started.

Env Settings

For Development

add .env file in root directory

PORT=3080
HOST="localhost"

For Production

add .env.production file in root directory

NITRO_PORT=3280
NITRO_HOST="127.0.0.1"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published