diff options
Diffstat (limited to 'public/projects/react-small-apps/apps/todos/.env.example')
| -rw-r--r-- | public/projects/react-small-apps/apps/todos/.env.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/projects/react-small-apps/apps/todos/.env.example b/public/projects/react-small-apps/apps/todos/.env.example new file mode 100644 index 0000000..1b48ea9 --- /dev/null +++ b/public/projects/react-small-apps/apps/todos/.env.example @@ -0,0 +1,11 @@ +# Create React App config. +# See: https://create-react-app.dev/docs/advanced-configuration/ + +# Development +BROWSER='firefox-developer-edition' +BUILD_PATH='build' +PORT=3000 +HTTPS=false + +# Production +PUBLIC_URL='./' |
