Updated languages.

This commit is contained in:
Mike Cao 2020-10-01 09:09:27 -07:00
parent 5080874075
commit 131f73589c
5 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,3 @@
require('dotenv').config();
const cli = require('next/dist/cli/next-start');
cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || '0.0.0.0']);