Skip to content

Commit 2a4dec6

Browse files
authored
Merge pull request #3287 from Unstriped/patch-1
Update part5d.md - env needs to be declared within e2e
2 parents 6b56c6a + f3177da commit 2a4dec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/5/en/part5d.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -905,10 +905,10 @@ module.exports = defineConfig({
905905
setupNodeEvents(on, config) {
906906
},
907907
baseUrl: 'http://localhost:5173',
908+
env: {
909+
BACKEND: 'http://localhost:3001/api' // highlight-line
910+
}
908911
},
909-
env: {
910-
BACKEND: 'http://localhost:3001/api' // highlight-line
911-
}
912912
})
913913
```
914914

0 commit comments

Comments
 (0)