Skip to content

Commit

Permalink
chore(scaffolding): add mandatory .env.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
Fsalker committed Jul 21, 2020
1 parent 5242d14 commit 705512d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"default": {
"SKIP_PREFLIGHT_CHECK": true,
"INLINE_RUNTIME_CHUNK": false,
"PUBLIC_URL": "[RESOURCE_NAME]",
"PORT": "3000"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"default": {
"SKIP_PREFLIGHT_CHECK": true,
"INLINE_RUNTIME_CHUNK": false,
"PUBLIC_URL": "[RESOURCE_NAME]",
"PORT": "3000"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"default": {
"SKIP_PREFLIGHT_CHECK": true,
"INLINE_RUNTIME_CHUNK": false,
"PUBLIC_URL": "[RESOURCE_NAME]",
"PORT": "3000"
}
}

0 comments on commit 705512d

Please sign in to comment.