mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 07:13:37 +01:00
4 lines
142 B
JavaScript
4 lines
142 B
JavaScript
const cli = require('next/dist/cli/next-start');
|
|
|
|
cli.nextStart(['-p', process.env.PORT || 3000, '-H', process.env.HOSTNAME || 'localhost']);
|