Skip to content

Commit d5b4da1

Browse files
authored
chore: readme
1 parent e6b2846 commit d5b4da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nx/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ Here's an example app config:
168168
"prod": {
169169
"fileReplacements": [
170170
{
171-
"replace": "apps/nativescript-mobile/src/environments/environment.ts",
172-
"with": "apps/nativescript-mobile/src/environments/environment.prod.ts"
171+
"replace": "./src/environments/environment.ts",
172+
"with": "./src/environments/environment.prod.ts"
173173
}
174174
]
175175
}

0 commit comments

Comments
 (0)