Skip to content

Commit

Permalink
fix(testing): minor adjustment to the config generation template
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Mar 6, 2024
1 parent cc2f655 commit dde73d1
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -29,7 +29,8 @@ export default defineConfig({
url: '<%= webServerAddress %>',
reuseExistingServer: !process.env.CI,
cwd: workspaceRoot
},<% } else {%>// webServer: {
},<% } else {%>
// webServer: {
// command: 'npm run start',
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
Expand Down

0 comments on commit dde73d1

Please sign in to comment.