mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Switched to type: module.
This commit is contained in:
parent
615a6d444f
commit
4e37e10b6d
20 changed files with 25 additions and 50 deletions
7
scripts/start-env.js
Normal file
7
scripts/start-env.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import 'dotenv/config';
|
||||
import cli from 'next/dist/cli/next-start';
|
||||
|
||||
cli.nextStart({
|
||||
port: process.env.PORT || 3000,
|
||||
hostname: process.env.HOSTNAME || '0.0.0.0',
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue