mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
4 lines
140 B
JavaScript
4 lines
140 B
JavaScript
const cli = require('next/dist/cli/next-start');
|
|
|
|
cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || '0.0.0.0']);
|