Skip to content

Commit d93ba94

Browse files
author
Florin Mateescu
committed
remove unnecessary load of .env.local as asset. It's automatically loaded by nx
1 parent 3053aa5 commit d93ba94

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

apps/express/project.json

-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
"input": "apps/express/src/assets",
4242
"glob": "*",
4343
"output": "/assets"
44-
},
45-
{
46-
"input": "apps/express",
47-
"glob": ".env.local",
48-
"output": ".env.local"
4944
}
5045
],
5146
"generatePackageJson": true,

0 commit comments

Comments
 (0)