Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
e81e6f41
Commit
e81e6f41
authored
Feb 22, 2023
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
custom port for dev server
parent
b74df3e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.env.localhost
configs/envs/.env.localhost
+1
-1
package.json
package.json
+4
-4
No files found.
configs/envs/.env.localhost
View file @
e81e6f41
# app config
# app config
NEXT_PUBLIC_APP_PROTOCOL=http
NEXT_PUBLIC_APP_PROTOCOL=http
NEXT_PUBLIC_APP_HOST=localhost
NEXT_PUBLIC_APP_HOST=localhost
NEXT_PUBLIC_APP_PORT=3
000
NEXT_PUBLIC_APP_PORT=3
333
NEXT_PUBLIC_APP_INSTANCE=local
NEXT_PUBLIC_APP_INSTANCE=local
NEXT_PUBLIC_APP_ENV=development
NEXT_PUBLIC_APP_ENV=development
...
...
package.json
View file @
e81e6f41
...
@@ -9,10 +9,10 @@
...
@@ -9,10 +9,10 @@
},
},
"scripts"
:
{
"scripts"
:
{
"dev"
:
"next dev"
,
"dev"
:
"next dev"
,
"dev:local"
:
"./node_modules/.bin/dotenv -e ./configs/envs/.env.localhost -e ./configs/envs/.env.secrets
next dev
| ./node_modules/.bin/pino-pretty"
,
"dev:local"
:
"./node_modules/.bin/dotenv -e ./configs/envs/.env.localhost -e ./configs/envs/.env.secrets
-- bash -c 'next dev -- -p
\"
$NEXT_PUBLIC_APP_PORT
\"
'
| ./node_modules/.bin/pino-pretty"
,
"dev:poa_core"
:
"./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets
next dev
| ./node_modules/.bin/pino-pretty"
,
"dev:poa_core"
:
"./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets
-- bash -c 'next dev -- -p
\"
$NEXT_PUBLIC_APP_PORT
\"
'
| ./node_modules/.bin/pino-pretty"
,
"dev:goerli"
:
"./node_modules/.bin/dotenv -e ./configs/envs/.env.goerli -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets
next dev
| ./node_modules/.bin/pino-pretty"
,
"dev:goerli"
:
"./node_modules/.bin/dotenv -e ./configs/envs/.env.goerli -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets
-- bash -c 'next dev -- -p
\"
$NEXT_PUBLIC_APP_PORT
\"
'
| ./node_modules/.bin/pino-pretty"
,
"dev:goerli:optimism"
:
"./node_modules/.bin/dotenv -e ./configs/envs/.env.goerli.optimism -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets
next dev
| ./node_modules/.bin/pino-pretty"
,
"dev:goerli:optimism"
:
"./node_modules/.bin/dotenv -e ./configs/envs/.env.goerli.optimism -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets
-- bash -c 'next dev -- -p
\"
$NEXT_PUBLIC_APP_PORT
\"
'
| ./node_modules/.bin/pino-pretty"
,
"build"
:
"next build"
,
"build"
:
"next build"
,
"build:docker"
:
"docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) -t blockscout ./"
,
"build:docker"
:
"docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) -t blockscout ./"
,
"start"
:
"next start"
,
"start"
:
"next start"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment