Skip to content

Commit 7fa8f83

Browse files
committed
chore: revert previous change
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 2f3dc51 commit 7fa8f83

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/javascript/fullstack_demo/cypress.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,10 @@ export default defineConfig({
99
},
1010
env: {
1111
visualRegressionType: 'regression',
12-
NEXT_PUBLIC_API_URL: 'http://localhost',
1312
},
1413
screenshotsFolder: './cypress/snapshots/actual',
1514
setupNodeEvents(on, config) {
1615
configureVisualRegression(on);
17-
config.env = {
18-
...process.env,
19-
...config.env,
20-
};
21-
return config;
2216
},
2317
},
2418
});

0 commit comments

Comments
 (0)