Skip to content

Commit

Permalink
Add an empty .env.dev file for DotenvConfigurator
Browse files Browse the repository at this point in the history
  • Loading branch information
rosier committed Nov 19, 2024
1 parent cc3c2b1 commit 55e5d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions symfony/framework-bundle/7.2/.env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Define your env variables for the development environment here
1 change: 1 addition & 0 deletions symfony/framework-bundle/7.2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle": ["all"]
},
"copy-from-recipe": {
".env.dev": ".env.dev",
"config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%/",
"src/": "%SRC_DIR%/"
Expand Down

0 comments on commit 55e5d6e

Please sign in to comment.